home: vim: add 'plugin' directory
This commit is contained in:
parent
1e6a5401ec
commit
6ea69fae87
12 changed files with 186 additions and 0 deletions
5
home/vim/plugin/settings/fastfold.vim
Normal file
5
home/vim/plugin/settings/fastfold.vim
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
" Intercept all fold commands
|
||||
let g:fastfold_fold_command_suffixes=[
|
||||
\ 'x', 'X', 'a', 'A', 'o', 'O', 'c', 'C',
|
||||
\ 'r', 'R', 'm', 'M', 'i', 'n', 'N'
|
||||
\ ]
|
||||
Loading…
Add table
Add a link
Reference in a new issue