remove redundant/unused plugins

This commit is contained in:
2025-02-08 21:27:29 -05:00
parent 62d405a8bf
commit bbc9f24eac
8 changed files with 250 additions and 482 deletions
+9 -9
View File
@@ -46,13 +46,13 @@ return {
'gonstoll/wezterm-types',
dev = true,
},
{ -- Flutter-tools
'akinsho/flutter-tools.nvim',
lazy = false,
dependencies = {
'nvim-lua/plenary.nvim',
'stevearc/dressing.nvim', -- optional for vim.ui.select
},
opts = {},
},
-- { -- Flutter-tools
-- 'akinsho/flutter-tools.nvim',
-- lazy = false,
-- dependencies = {
-- 'nvim-lua/plenary.nvim',
-- 'stevearc/dressing.nvim', -- optional for vim.ui.select
-- },
-- opts = {},
-- },
}