add after files
This commit is contained in:
parent
be722bdb9f
commit
31516aa19d
12
after/ftplugin/man.vim
Normal file
12
after/ftplugin/man.vim
Normal 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>
|
3
after/ftplugin/python.vim
Normal file
3
after/ftplugin/python.vim
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
set foldmethod=indent
|
||||||
|
set foldnestmax=2
|
||||||
|
set formatoptions=croql
|
2
after/ftplugin/vim.vim
Normal file
2
after/ftplugin/vim.vim
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
set foldmethod=syntax
|
||||||
|
let g:vimsyn_folding='af'
|
Loading…
Reference in New Issue
Block a user