home: vim: fastfold: use lua configuration
This commit is contained in:
parent
e599a97e45
commit
9530864b10
|
@ -1,5 +1,6 @@
|
|||
" 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'
|
||||
\ ]
|
||||
lua << EOF
|
||||
-- Intercept all fold commands
|
||||
vim.g.fastfold_fold_command_suffixes = {
|
||||
"x", "X", "a", "A", "o", "O", "c", "C", "r", "R", "m", "M", "i", "n", "N",
|
||||
}
|
||||
EOF
|
||||
|
|
Loading…
Reference in a new issue