filetype javascript to make semicolonless coding less annoying

This commit is contained in:
Simo-Pekka Kerkelä 2015-07-07 15:59:51 +03:00
parent b0315b2118
commit 1bff2da3da

View file

@ -47,3 +47,4 @@ set expandtab
set laststatus=2
set ruler
autocmd vimenter * NERDTree
au FileType javascript setlocal nocindent