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
-3
View File
@@ -2,7 +2,6 @@
---@type LazySpec
return {
'folke/tokyonight.nvim',
priority = 1000,
config = function()
---@diagnostic disable-next-line: missing-fields
require('tokyonight').setup {
@@ -10,7 +9,5 @@ return {
comments = { italic = false },
},
}
vim.cmd.colorscheme 'tokyonight-night'
end,
}