Bruno BELANYI
65a8f7c481
Consolidating all modules under the same path, to clear out the top-level directory.
6 lines
171 B
Lua
6 lines
171 B
Lua
-- Intercept all fold commands
|
|
-- stylua: ignore
|
|
vim.g.fastfold_fold_command_suffixes = {
|
|
"x", "X", "a", "A", "o", "O", "c", "C", "r", "R", "m", "M", "i", "n", "N",
|
|
}
|