Add nvim to dotfiles

This commit is contained in:
2026-03-10 11:05:14 +00:00
parent 56f5e8a217
commit dc96e01021
12 changed files with 398 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")