add keymaps to vim unstable

This commit is contained in:
Alexander Navarro 2025-04-01 11:36:39 -03:00
parent a3a262c576
commit 41327778ea
3 changed files with 49 additions and 0 deletions

View file

@ -16,6 +16,7 @@ end
vim.opt.rtp:prepend(lazypath)
require("aleidk.options")
require("aleidk.keymaps")
-- Setup lazy.nvim
require("lazy").setup({