home: vim: fastfold: use lua configuration

This commit is contained in:
Bruno BELANYI 2023-05-06 18:17:16 +01:00
parent e599a97e45
commit 9530864b10

View file

@ -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