refactor: consolidate plugin dependencies into a central data source

This commit is contained in:
2024-08-31 03:01:13 -04:00
parent ce3f339757
commit 0fcb172fcc
10 changed files with 79 additions and 209 deletions
+4 -8
View File
@@ -26,6 +26,9 @@ return {
{ -- VSCode
import = "lazyvim.plugins.extras.vscode",
},
{ -- Neogen
import = "lazyvim.plugins.extras.coding.neogen",
},
{ -- G-code
"wilriker/gcode.vim",
},
@@ -42,17 +45,10 @@ return {
ft = data.types.alternate,
keys = data.keys.alternate,
},
{ -- Highlight colors
"brenoprata10/nvim-highlight-colors",
event = "BufReadPre",
config = function()
require("nvim-highlight-colors").setup({})
end,
},
{ -- Tailwind
"luckasRanarison/tailwind-tools.nvim",
lazy = true,
dependencies = { "nvim-treesitter/nvim-treesitter" },
dependencies = data.deps.needs_treesitter,
opts = {},
},
{ -- Substitute