addet nordic themes
This commit is contained in:
parent
4fac477dc6
commit
22d4936a21
2 changed files with 3 additions and 9 deletions
2
init.lua
2
init.lua
|
@ -11,4 +11,4 @@ local function apply_colorscheme(name)
|
||||||
vim.cmd.colorscheme(name)
|
vim.cmd.colorscheme(name)
|
||||||
end
|
end
|
||||||
|
|
||||||
apply_colorscheme("bamboo")
|
apply_colorscheme("nordic")
|
||||||
|
|
|
@ -1,13 +1,7 @@
|
||||||
return {
|
return {
|
||||||
{
|
|
||||||
"sontungexpt/witch",
|
|
||||||
-- priority = 1000,
|
|
||||||
lazy = false,
|
|
||||||
opts = {},
|
|
||||||
},
|
|
||||||
|
|
||||||
{ "rose-pine/neovim" },
|
{ "rose-pine/neovim" },
|
||||||
|
{ "sontungexpt/witch" },
|
||||||
|
{ 'AlexvZyl/nordic.nvim' },
|
||||||
{
|
{
|
||||||
"ribru17/bamboo.nvim",
|
"ribru17/bamboo.nvim",
|
||||||
lazy = false,
|
lazy = false,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue