diff options
author | Minijackson <minijackson@riseup.net> | 2022-09-11 22:54:17 +0200 |
---|---|---|
committer | Minijackson <minijackson@riseup.net> | 2022-09-11 22:55:00 +0200 |
commit | 0a874434662fceeffce0203000861738bde86492 (patch) | |
tree | de80dfa5ff279c1a1b510ff59391908af8bc080a /common | |
parent | b11d21778e947eaf8fa7c39713b16269a3959b8c (diff) | |
download | nixos-config-reborn-0a874434662fceeffce0203000861738bde86492.tar.gz nixos-config-reborn-0a874434662fceeffce0203000861738bde86492.zip |
vim-dev: add refactoring, add Null LSP providers, and LSP range_code_action mapping
Diffstat (limited to 'common')
-rw-r--r-- | common/vim.nix | 2 |
1 files changed, 2 insertions, 0 deletions
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 | |||
115 | vim-polyglot | 115 | vim-polyglot |
116 | editorconfig-vim | 116 | editorconfig-vim |
117 | vim-pandoc | 117 | vim-pandoc |
118 | # Fixes "duplicated vim plugin" issue | ||
119 | (refactoring-nvim.overrideAttrs (old: { dependencies = []; })) | ||
118 | 120 | ||
119 | # Other | 121 | # Other |
120 | tmux-complete-vim | 122 | tmux-complete-vim |