update filetype plugins
This commit is contained in:
parent
afe55434c5
commit
9fe574d716
@ -1,3 +1,4 @@
|
||||
set expandtab
|
||||
set shiftwidth=2
|
||||
set softtabstop=2
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
"set tabstop=8
|
||||
set expandtab
|
||||
set softtabstop=4
|
||||
set shiftwidth=4
|
||||
set softtabstop=4
|
||||
set shiftround
|
||||
|
||||
" Disable haskell-vim omnifunc
|
||||
let g:haskellmode_completion_ghc = 0
|
||||
autocmd FileType haskell setlocal omnifunc=necoghc#omnifunc
|
||||
|
||||
|
@ -1,12 +1,11 @@
|
||||
set readonly
|
||||
set nomod
|
||||
set nomodifiable
|
||||
set nolist
|
||||
set nocursorcolumn
|
||||
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>
|
||||
|
@ -1 +1,3 @@
|
||||
set expandtab
|
||||
set shiftwidth=4
|
||||
|
||||
|
@ -1,2 +1,3 @@
|
||||
set shiftwidth=4
|
||||
set expandtab
|
||||
set shiftwidth=4
|
||||
|
||||
|
@ -1 +1,2 @@
|
||||
set expandtab
|
||||
set shiftwidth=4
|
||||
|
@ -1,3 +1,6 @@
|
||||
set expandtab
|
||||
set shiftwidth=4
|
||||
set foldmethod=indent
|
||||
set foldnestmax=2
|
||||
set formatoptions=croql
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
set shiftwidth=4
|
||||
set expandtab
|
||||
set shiftwidth=4
|
||||
|
||||
let g:sh_fold_enabled=1
|
||||
|
||||
|
@ -1,3 +1,4 @@
|
||||
set noexpandtab
|
||||
set shiftwidth=4
|
||||
set tabstop=4
|
||||
set noexpandtab
|
||||
|
||||
|
@ -1,3 +1,4 @@
|
||||
set noexpandtab
|
||||
set tabstop=4
|
||||
set shiftwidth=4
|
||||
set noexpandtab
|
||||
|
||||
|
@ -1,5 +1,8 @@
|
||||
set expandtab
|
||||
set shiftwidth=4
|
||||
set softtabstop=4
|
||||
set expandtab
|
||||
set foldmethod=syntax
|
||||
set foldmethod=marker
|
||||
set foldlevel=0
|
||||
|
||||
let g:vimsyn_folding='af'
|
||||
|
||||
|
3
after/ftplugin/yaml.vim
Normal file
3
after/ftplugin/yaml.vim
Normal file
@ -0,0 +1,3 @@
|
||||
set expandtab
|
||||
set shiftwidth=2
|
||||
|
Loading…
Reference in New Issue
Block a user