add polyglot config

This commit is contained in:
Jidbo 2019-01-23 17:31:52 +01:00
parent f490ff7732
commit 005ccf9e4e

2
.vimrc
View file

@ -130,6 +130,8 @@ au BufNewFile,BufRead *.js, *.html, *.css
\ set shiftwidth=4
" PLUGIN SETTINGS
" polyglot setup
let g:polyglot_disabled = ["latex"]
" nerd tree setup
let NERDTreeIgnore=['\.pyc$', '\~$'] "ignore files in NERDTree
map <leader>e :NERDTreeToggle<CR>