[UPDATE][VIM] Move plugin settings to directory
This commit is contained in:
parent
f7653311d5
commit
da54f2d130
7 changed files with 138 additions and 151 deletions
5
vim/.vim/plugin/settings/fastfold.vim
Normal file
5
vim/.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