feat(nvim): add basic nvim config with keymaps

This commit is contained in:
phoenix
2025-04-17 04:55:40 +01:00
parent d90cb5c103
commit 444a8150f7
13 changed files with 561 additions and 0 deletions

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

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