Changed ncs-node for ips in hannover

Signed-off-by: Tuan-Dat Tran <tuan-dat.tran@tudattr.dev>
This commit is contained in:
Tuan-Dat Tran
2024-12-18 17:00:59 +01:00
parent 51cf295ec1
commit 48f1eea33a
13 changed files with 122 additions and 129 deletions

View 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",
},
},
}