current nvim-config

This commit is contained in:
2025-10-09 00:02:38 +02:00
commit 25782b6cfa
7 changed files with 195 additions and 0 deletions

9
lua/plugins/kanagawa.lua Normal file
View File

@@ -0,0 +1,9 @@
return {
"rebelot/kanagawa.nvim",
lazy=false,
name = "kanagawa",
priority = 1000,
config=function()
vim.cmd.colorscheme "kanagawa"
end
}