LazyVim.LazyVim/lua/lazyvim
Iordanis Petkakis ec0ddd481c
fix(keymaps): change v mode to x mode for save file (#1262)
While trying to disable `<C-s>` entirely by `vim.keymap.del({ "i", "v","n", "s" }, "<C-s>")`
in my own `keymaps.lua`, I got an error on reopening Neovim `No such mapping`.
After tinkering around a bit, I changed `v` to `x`, since `v` incorporates both
`x` and `s` and the error stopped occuring.
2023-08-29 18:07:56 +02:00
..
config fix(keymaps): change v mode to x mode for save file (#1262) 2023-08-29 18:07:56 +02:00
plugins style: fix comment typo (#1336) 2023-08-29 18:02:45 +02:00
util fix(util): fixed line number toggling. Closes #1173 2023-07-20 23:38:43 +02:00
health.lua fix(health): remove deprecated api warning (#666) 2023-04-23 11:04:05 +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