start rewrite nvim config for v0.11 from scratch

This commit is contained in:
Alexander Navarro 2025-03-31 10:37:45 -03:00
parent cbf59bea4b
commit 895b404943
9 changed files with 365 additions and 0 deletions

View file

@ -50,6 +50,7 @@ depends = ["rust"]
[nvim.files]
"config/nvim" = "~/.config/nvim"
"config/nvim_unstable" = "~/.config/nvim-unstable"
[nvim.files."config/nvim/lua/aleidk/lazy.lua"]
target = "~/.config/nvim/lua/aleidk/lazy.lua"
type = "template"