feat: remove vscode theme, add catppuccin and treesitter playground plugin
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user