plugins/typescript-tools: remove redundant extraPlugins

These are included in the vimPlugins overrides upstream
This commit is contained in:
Austin Horstman 2024-09-14 11:17:56 -05:00
parent 34297f5e04
commit 0e9b8351da
No known key found for this signature in database

View file

@ -159,11 +159,7 @@ in
}; };
}; };
config = mkIf cfg.enable { config = mkIf cfg.enable {
extraPlugins = with pkgs.vimPlugins; [ extraPlugins = [ cfg.package ];
cfg.package
plenary-nvim
nvim-lspconfig
];
plugins.lsp.postConfig = plugins.lsp.postConfig =
with cfg; with cfg;