1
0

add after files

This commit is contained in:
valeth 2015-02-13 04:22:27 +01:00
parent be722bdb9f
commit 31516aa19d
3 changed files with 17 additions and 0 deletions

12
after/ftplugin/man.vim Normal file
View File

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

View File

@ -0,0 +1,3 @@
set foldmethod=indent
set foldnestmax=2
set formatoptions=croql

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

@ -0,0 +1,2 @@
set foldmethod=syntax
let g:vimsyn_folding='af'