home: vim: use actual lua files
Since most of the settings are actually just lua in a VimL file.
This commit is contained in:
parent
9530864b10
commit
c2d231d3f1
20 changed files with 0 additions and 41 deletions
4
home/vim/plugin/settings/fastfold.lua
Normal file
4
home/vim/plugin/settings/fastfold.lua
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
-- 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",
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue