feat: restructure config

This commit is contained in:
Devin Lumley 2024-01-10 12:20:20 -08:00
parent 01060300d1
commit 9ade6862af
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
}