some changes on stylix
This commit is contained in:
parent
124f7f478b
commit
4e9ed4eb9f
19 changed files with 92 additions and 73 deletions
|
|
@ -1,6 +0,0 @@
|
|||
return {
|
||||
{
|
||||
"nvim-mini/mini.base16",
|
||||
version = "*",
|
||||
},
|
||||
}
|
||||
10
dotfiles/nvim/lua/neoconf/lazy/theme.lua
Normal file
10
dotfiles/nvim/lua/neoconf/lazy/theme.lua
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
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,
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue