added nvim

This commit is contained in:
2025-03-11 10:35:56 -07:00
parent 7cf012d49e
commit ea15551800
13 changed files with 542 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
-- bootstrap lazy.nvim, LazyVim and your plugins
require("config.lazy")
vim.wo.relativenumber = true