nvim config ok

This commit is contained in:
2025-09-21 12:47:12 -04:00
parent 415b6c0fdd
commit 055c330f29
4 changed files with 2 additions and 6 deletions

View File

@@ -1,7 +1,5 @@
require("zinn.lazy")
require("zinn.options")
vim.keymap.set("n", "<C-n>", ":NvimTreeToggle<CR>", { silent = true })
vim.keymap.set("n", "<C-e>", ":NvimTreeToggle<CR>", { silent = true })
vim.cmd("colorscheme github_dark_high_contrast")