updates + add neotree

This commit is contained in:
Hunter 2025-03-29 10:06:51 -04:00
parent 0398feb68c
commit 998b60c1c4
3 changed files with 28 additions and 7 deletions

View file

@ -24,7 +24,7 @@ m.init = function()
vim.o.clipboard = "unnamed"
vim.opt.background = "light"
vim.opt.background = "dark"
end
return m