diff --git a/after/ftplugin/man.vim b/after/ftplugin/man.vim new file mode 100644 index 0000000..0f28676 --- /dev/null +++ b/after/ftplugin/man.vim @@ -0,0 +1,12 @@ +set readonly +set nomod +set nolist +set nocursorcolumn +set colorcolumn=0 +set tabstop=8 + + +map q :q +map +map b +nmap K :Man =expand(\\\"\\\") diff --git a/after/ftplugin/python.vim b/after/ftplugin/python.vim new file mode 100644 index 0000000..2b68c49 --- /dev/null +++ b/after/ftplugin/python.vim @@ -0,0 +1,3 @@ +set foldmethod=indent +set foldnestmax=2 +set formatoptions=croql diff --git a/after/ftplugin/vim.vim b/after/ftplugin/vim.vim new file mode 100644 index 0000000..7ac3bb0 --- /dev/null +++ b/after/ftplugin/vim.vim @@ -0,0 +1,2 @@ +set foldmethod=syntax +let g:vimsyn_folding='af'