update filetype plugins
This commit is contained in:
parent
e3e4df0277
commit
bfaaad143a
5
after/ftplugin/haskell.vim
Normal file
5
after/ftplugin/haskell.vim
Normal 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
2
after/ftplugin/ocaml.vim
Normal file
@ -0,0 +1,2 @@
|
||||
set shiftwidth=4
|
||||
set expandtab
|
@ -1,2 +1,5 @@
|
||||
set shiftwidth=4
|
||||
set softtabstop=4
|
||||
set expandtab
|
||||
set foldmethod=syntax
|
||||
let g:vimsyn_folding='af'
|
||||
|
Loading…
Reference in New Issue
Block a user