1
0

update filetype plugins

This commit is contained in:
Patrick Auernig 2016-05-08 17:23:30 +02:00
parent afe55434c5
commit 9fe574d716
12 changed files with 31 additions and 14 deletions

View File

@ -1,3 +1,4 @@
set expandtab set expandtab
set shiftwidth=2 set shiftwidth=2
set softtabstop=2 set softtabstop=2

View File

@ -1,9 +1,9 @@
"set tabstop=8
set expandtab set expandtab
set softtabstop=4
set shiftwidth=4 set shiftwidth=4
set softtabstop=4
set shiftround set shiftround
" Disable haskell-vim omnifunc " Disable haskell-vim omnifunc
let g:haskellmode_completion_ghc = 0 let g:haskellmode_completion_ghc = 0
autocmd FileType haskell setlocal omnifunc=necoghc#omnifunc autocmd FileType haskell setlocal omnifunc=necoghc#omnifunc

View File

@ -1,12 +1,11 @@
set readonly set readonly
set nomod set nomodifiable
set nolist set nolist
set nocursorcolumn set nocursorcolumn
set colorcolumn=0 set colorcolumn=0
set tabstop=8
noremap q :q<CR>
noremap <SPACE> <C-D>
noremap b <C-U>
nnoremap K :Man <C-R>=expand(\\\"<cword>\\\")<CR><CR>
map q :q<CR>
map <SPACE> <C-D>
map b <C-U>
nmap K :Man <C-R>=expand(\\\"<cword>\\\")<CR><CR>

View File

@ -1 +1,3 @@
set expandtab set expandtab
set shiftwidth=4

View File

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

View File

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

View File

@ -1,3 +1,6 @@
set expandtab
set shiftwidth=4
set foldmethod=indent set foldmethod=indent
set foldnestmax=2 set foldnestmax=2
set formatoptions=croql set formatoptions=croql

View File

@ -1,3 +1,5 @@
set shiftwidth=4
set expandtab set expandtab
set shiftwidth=4
let g:sh_fold_enabled=1 let g:sh_fold_enabled=1

View File

@ -1,3 +1,4 @@
set noexpandtab
set shiftwidth=4 set shiftwidth=4
set tabstop=4 set tabstop=4
set noexpandtab

View File

@ -1,3 +1,4 @@
set noexpandtab
set tabstop=4 set tabstop=4
set shiftwidth=4 set shiftwidth=4
set noexpandtab

View File

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

3
after/ftplugin/yaml.vim Normal file
View File

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