LazyVim.LazyVim/lua/lazyvim/config
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
..
autocmds.lua fix(telescope): remove telescope folding hack since PR with fix has been merged upstream 2023-10-09 23:32:34 +02:00
init.lua chore(main): release 10.4.2 (#1765) 2023-10-17 10:04:24 +02:00
keymaps.lua fix(keymaps): let keymap n and N opens folds (#1298) 2023-10-17 18:03:34 +02:00
options.lua fix(format): set formatexpr in options so users can override it. Fixes #1759 2023-10-16 23:01:18 +02:00