add polyglot config
This commit is contained in:
parent
f490ff7732
commit
005ccf9e4e
1 changed files with 2 additions and 0 deletions
2
.vimrc
2
.vimrc
|
@ -130,6 +130,8 @@ au BufNewFile,BufRead *.js, *.html, *.css
|
||||||
\ set shiftwidth=4
|
\ set shiftwidth=4
|
||||||
|
|
||||||
" PLUGIN SETTINGS
|
" PLUGIN SETTINGS
|
||||||
|
" polyglot setup
|
||||||
|
let g:polyglot_disabled = ["latex"]
|
||||||
" nerd tree setup
|
" nerd tree setup
|
||||||
let NERDTreeIgnore=['\.pyc$', '\~$'] "ignore files in NERDTree
|
let NERDTreeIgnore=['\.pyc$', '\~$'] "ignore files in NERDTree
|
||||||
map <leader>e :NERDTreeToggle<CR>
|
map <leader>e :NERDTreeToggle<CR>
|
||||||
|
|
Loading…
Add table
Reference in a new issue