feat: restructure config
This commit is contained in:
parent
01060300d1
commit
9ade6862af
5 changed files with 43 additions and 41 deletions
8
lua/plugins/colorscheme.lua
Normal file
8
lua/plugins/colorscheme.lua
Normal file
|
@ -0,0 +1,8 @@
|
|||
return {
|
||||
"folke/tokyonight.nvim",
|
||||
lazy = true,
|
||||
opts = {
|
||||
transparent = true,
|
||||
dim_inactive = true,
|
||||
}
|
||||
}
|
|
@ -1,9 +0,0 @@
|
|||
return {
|
||||
"folke/tokyonight.nvim",
|
||||
lazy = false,
|
||||
priority = 1000,
|
||||
opts = {},
|
||||
config = function()
|
||||
vim.cmd.colorscheme "tokyonight"
|
||||
end
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue