Added neovim.

This commit is contained in:
Shaun Setlock
2024-12-30 22:21:57 -05:00
parent 24100009f2
commit ce0144ae4c
12 changed files with 544 additions and 0 deletions

2
nvim/init.lua Normal file
View File

@@ -0,0 +1,2 @@
-- bootstrap lazy.nvim, LazyVim and your plugins
require("config.lazy")