test
This commit is contained in:
parent
39f608c4ca
commit
5e9cf56185
13 changed files with 60 additions and 42 deletions
|
|
@ -1,10 +1,8 @@
|
|||
return {
|
||||
{
|
||||
"Tsuzat/NeoSolarized.nvim",
|
||||
lazy = false, -- make sure we load this during startup if it is your main colorscheme
|
||||
priority = 1000, -- make sure to load this before all the other start plugins
|
||||
config = function()
|
||||
vim.cmd([[ colorscheme NeoSolarized ]])
|
||||
end,
|
||||
"folke/tokyonight.nvim",
|
||||
lazy = false,
|
||||
priority = 1000,
|
||||
opts = {},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue