diff options
author | Minijackson <minijackson@riseup.net> | 2024-01-29 19:02:56 +0100 |
---|---|---|
committer | Minijackson <minijackson@riseup.net> | 2024-01-29 19:02:56 +0100 |
commit | 8566d27426171ecbcefd54a1e50b8c2bbeaeb582 (patch) | |
tree | 15d7a6038ac176ec676f28f0da90c16a67d49053 /common/vim.nix | |
parent | d1f48422cfff57840f60a520f40f90b30f4e2ccb (diff) | |
download | nixos-config-reborn-8566d27426171ecbcefd54a1e50b8c2bbeaeb582.tar.gz nixos-config-reborn-8566d27426171ecbcefd54a1e50b8c2bbeaeb582.zip |
vim: add highlight-undo plugin
Diffstat (limited to 'common/vim.nix')
-rw-r--r-- | common/vim.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/vim.nix b/common/vim.nix index 84a76db..23aa7e9 100644 --- a/common/vim.nix +++ b/common/vim.nix | |||
@@ -69,6 +69,7 @@ inputs: { | |||
69 | indent-blankline-nvim | 69 | indent-blankline-nvim |
70 | oil-nvim | 70 | oil-nvim |
71 | dressing-nvim | 71 | dressing-nvim |
72 | highlight-undo-nvim | ||
72 | 73 | ||
73 | # Completion | 74 | # Completion |
74 | nvim-cmp | 75 | nvim-cmp |