feat(plugins + config): remove useless plugins+colorschemes

This commit is contained in:
2025-04-13 00:16:39 +04:00
parent 7464d8afcd
commit 26dd461682
6 changed files with 17 additions and 136 deletions

View File

@@ -1,9 +1,4 @@
return {
{
'nvimdev/dashboard-nvim',
event = 'VimEnter',
dependencies = { { 'nvim-tree/nvim-web-devicons' } }
},
{
"kaarmu/typst.vim",
lazy = true,
@@ -12,9 +7,6 @@ return {
'MunifTanjim/prettier.nvim',
lazy = true,
},
{
"savq/melange-nvim"
},
{
'akinsho/toggleterm.nvim', version = "*", config = true
},
@@ -27,7 +19,14 @@ return {
lazy = true,
},
{
"lukas-reineke/indent-blankline.nvim"
"lukas-reineke/indent-blankline.nvim",
main = "ibl",
---@module "ibl"
---@type ibl.config
opts = {},
},
{
"savq/melange-nvim"
},
{
"mxsdev/nvim-dap-vscode-js",
@@ -45,10 +44,8 @@ return {
build = "npm install --legacy-peer-deps && npx gulp vsDebugServerBundle && mv dist out"
},
{
"mrcjkb/rustaceanvim",
version = '^4', -- Recommended
'mrcjkb/rustaceanvim',
version = '^5', -- Recommended
lazy = false, -- This plugin is already lazy
ft = { "rust" },
},
}
}