1
0

update filetype plugins

This commit is contained in:
valeth 2015-11-06 09:03:22 +01:00
parent e3e4df0277
commit bfaaad143a
3 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,5 @@
"set tabstop=8
set expandtab
set softtabstop=4
set shiftwidth=4
set shiftround

2
after/ftplugin/ocaml.vim Normal file
View File

@ -0,0 +1,2 @@
set shiftwidth=4
set expandtab

View File

@ -1,2 +1,5 @@
set shiftwidth=4
set softtabstop=4
set expandtab
set foldmethod=syntax set foldmethod=syntax
let g:vimsyn_folding='af' let g:vimsyn_folding='af'