feat: restructure config

This commit is contained in:
Devin Haska 2025-05-27 11:54:47 -07:00
parent f5576afd01
commit 2bdcd710b7
5 changed files with 43 additions and 41 deletions

View file

@ -0,0 +1,8 @@
return {
"folke/tokyonight.nvim",
lazy = true,
opts = {
transparent = true,
dim_inactive = true,
}
}

View file

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