diff options
author | Minijackson <minijackson@riseup.net> | 2022-08-22 14:53:37 +0200 |
---|---|---|
committer | Minijackson <minijackson@riseup.net> | 2022-08-22 14:53:37 +0200 |
commit | 3fa4f7415d847b53d4e7595538f561f79fe442cd (patch) | |
tree | 28f56d455c11f4f448a324438efb86ed1b68c70e /common | |
parent | 4a3900c11f6dac30401159e103295e46ca2b6166 (diff) | |
download | nixos-config-reborn-3fa4f7415d847b53d4e7595538f561f79fe442cd.tar.gz nixos-config-reborn-3fa4f7415d847b53d4e7595538f561f79fe442cd.zip |
vim: disable which-key
Diffstat (limited to 'common')
-rw-r--r-- | common/vim.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/vim.nix b/common/vim.nix index 44dc0d8..8245f99 100644 --- a/common/vim.nix +++ b/common/vim.nix | |||
@@ -73,7 +73,6 @@ let | |||
73 | diffview-nvim | 73 | diffview-nvim |
74 | nvim-notify | 74 | nvim-notify |
75 | indent-blankline-nvim | 75 | indent-blankline-nvim |
76 | which-key-nvim | ||
77 | 76 | ||
78 | # Completion | 77 | # Completion |
79 | nvim-cmp | 78 | nvim-cmp |