This commit is contained in:
vx-clutch
2025-12-27 14:36:46 -05:00
parent 0aca32f1f1
commit 357a7ab1bb
4 changed files with 10 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
local keymap = vim.keymap.set
keymap("n", "<Esc>", ":nohlsearch<CR>")
keymap("n", "<leader>en", ":edit $MYVIMRC<CR>")
keymap("n", "<leader>ez", ":edit ~/.zshrc<CR>")

View File

@@ -9,6 +9,7 @@ vim.pack.add {
src = "https://github.com/saghen/blink.cmp",
version = "1.*",
},
{ src = "https://github.com/folke/zen-mode.nvim" },
}
require("mason").setup {}