home: vim: add 'plugin' directory

This commit is contained in:
Bruno BELANYI 2021-02-23 15:04:47 +00:00
parent 1e6a5401ec
commit 6ea69fae87
12 changed files with 186 additions and 0 deletions

View 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'
\ ]