mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-05 23:04:31 +02:00
plugins/typescript-tools: remove redundant extraPlugins
These are included in the vimPlugins overrides upstream
This commit is contained in:
parent
34297f5e04
commit
0e9b8351da
1 changed files with 1 additions and 5 deletions
|
@ -159,11 +159,7 @@ in
|
|||
};
|
||||
};
|
||||
config = mkIf cfg.enable {
|
||||
extraPlugins = with pkgs.vimPlugins; [
|
||||
cfg.package
|
||||
plenary-nvim
|
||||
nvim-lspconfig
|
||||
];
|
||||
extraPlugins = [ cfg.package ];
|
||||
|
||||
plugins.lsp.postConfig =
|
||||
with cfg;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue