From 0a874434662fceeffce0203000861738bde86492 Mon Sep 17 00:00:00 2001 From: Minijackson Date: Sun, 11 Sep 2022 22:54:17 +0200 Subject: vim-dev: add refactoring, add Null LSP providers, and LSP range_code_action mapping --- common/vim.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common') diff --git a/common/vim.nix b/common/vim.nix index 3452bf8..a9bbcad 100644 --- a/common/vim.nix +++ b/common/vim.nix @@ -115,6 +115,8 @@ let vim-polyglot editorconfig-vim vim-pandoc + # Fixes "duplicated vim plugin" issue + (refactoring-nvim.overrideAttrs (old: { dependencies = []; })) # Other tmux-complete-vim -- cgit v1.2.3