lost: a bunch of stuff was changed and I lost track

This commit is contained in:
2026-04-30 22:47:32 +02:00
parent c472be7bf6
commit c713e27fab
12 changed files with 38 additions and 9 deletions
+9
View File
@@ -0,0 +1,9 @@
---@module 'lazy'
---@type LazySpec
return {
'rebelot/kanagawa.nvim',
priority = 1000,
config = function()
vim.cmd.colorscheme 'kanagawa-dragon'
end,
}