load themes from repository
This commit is contained in:
parent
d56e53d603
commit
bf15bb77fb
3
init.lua
3
init.lua
|
|
@ -390,6 +390,9 @@ do
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
vim.pack.add { gh 'catppuccin/nvim' }
|
||||||
|
vim.pack.add { gh 'rose-pine/neovim' }
|
||||||
|
|
||||||
-- Load the colorscheme here.
|
-- Load the colorscheme here.
|
||||||
-- Like many other themes, this one has different styles, and you could load
|
-- Like many other themes, this one has different styles, and you could load
|
||||||
-- any other, such as 'tokyonight-storm', 'tokyonight-moon', or 'tokyonight-day'.
|
-- any other, such as 'tokyonight-storm', 'tokyonight-moon', or 'tokyonight-day'.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue