minor fix

This commit is contained in:
js0ny 2025-02-23 19:52:23 +00:00
parent bf26d5ed56
commit 48a93e2998
21 changed files with 515 additions and 2785 deletions

View file

@ -36,7 +36,9 @@ M.cmp_nvim_keymaps = require("keymaps.cmp_map")
-- })
-- which-key.nvim
require("keymaps.which")
if vim.g.loaded_which_key then
require("keymaps.which")
end
require("keymaps.visual-multi")
return M