Working neovim config

This commit is contained in:
2025-09-07 07:07:50 -04:00
parent 5d95db3480
commit f9e88b17f7
9 changed files with 251 additions and 129 deletions

View File

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