feat: remove vscode theme, add catppuccin and treesitter playground plugin

This commit is contained in:
2025-09-16 21:27:05 +04:00
parent 43bf103431
commit 52b133918b

View File

@@ -1,6 +1,11 @@
return { return {
{ {
'Mofiqul/vscode.nvim', "catppuccin/nvim",
name = "catppuccin",
priority = 1000
},
{
"nvim-treesitter/playground"
}, },
{ {
"kaarmu/typst.vim", "kaarmu/typst.vim",
@@ -52,7 +57,7 @@ return {
}, },
{ {
'mrcjkb/rustaceanvim', 'mrcjkb/rustaceanvim',
version = '^5', -- Recommended version = '^6', -- Recommended
lazy = false, -- This plugin is already lazy lazy = false, -- This plugin is already lazy
} }
} }