LazyVim.LazyVim/lua/lazyvim
ian 1d4fbd3b2e
fix(keymaps): let keymap n and N opens folds (#1298)
It's strange that mappings to n and N do not open folds like its original behavior, so I append `zv` to manually open folds.
2023-10-17 18:03:34 +02:00
..
config fix(keymaps): let keymap n and N opens folds (#1298) 2023-10-17 18:03:34 +02:00
plugins fix(dot): treesitter langs in dot extra were not added 2023-10-17 16:33:55 +02:00
util fix(statuscolumn): correct line numbers & respect more options 2023-10-17 08:28:23 +02:00
health.lua fix: cleanup all Neovim < 0.9.0 code 2023-10-01 14:18:25 +02:00
init.lua feat(config)!: LazyVim can now be configured like any other plugin with {"LazyVim/LazyVim", opts = ... }. config.settings is deprecated 2023-01-10 11:14:27 +01:00