feat: add nvim dotfiles (try to)

This commit is contained in:
Xavier Morel
2025-07-03 19:20:24 +02:00
parent 39c7b58406
commit b277619e48
16 changed files with 632 additions and 0 deletions

2
dotfiles/nvim/init.lua Normal file
View File

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