Changed ncs-node for ips in hannover
Signed-off-by: Tuan-Dat Tran <tuan-dat.tran@tudattr.dev>
This commit is contained in:
18
vim/.config/nvim/lua/plugins/catppuccin.lua
Normal file
18
vim/.config/nvim/lua/plugins/catppuccin.lua
Normal file
@@ -0,0 +1,18 @@
|
||||
-- return {
|
||||
-- { "joshdick/onedark.vim" },
|
||||
-- {
|
||||
-- "LazyVim/LazyVim",
|
||||
-- opts = {
|
||||
-- colorscheme = "onedark",
|
||||
-- },
|
||||
-- },
|
||||
-- }
|
||||
return {
|
||||
{ "catppuccin/nvim", name = "catppuccin", priority = 1000 },
|
||||
{
|
||||
"LazyVim/LazyVim",
|
||||
opts = {
|
||||
colorscheme = "catppuccin-macchiato",
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user