home: vim: remove 'fastfold' configuration

I missed it in the original commit that removed the plug-in from my
configuration...
This commit is contained in:
Bruno BELANYI 2025-03-25 16:52:58 +00:00
parent abec0dd226
commit 458ea144c4

View file

@ -1,5 +0,0 @@
-- 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",
}