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