diff options
author | Minijackson <minijackson@riseup.net> | 2024-01-29 18:44:03 +0100 |
---|---|---|
committer | Minijackson <minijackson@riseup.net> | 2024-01-29 18:44:03 +0100 |
commit | d1f48422cfff57840f60a520f40f90b30f4e2ccb (patch) | |
tree | 83193e12b3939e2b5c7de4b6c458ff11d9b52811 /common/vim.nix | |
parent | dbac0899f121b573ed67425cf225202cbe9e3c70 (diff) | |
download | nixos-config-reborn-d1f48422cfff57840f60a520f40f90b30f4e2ccb.tar.gz nixos-config-reborn-d1f48422cfff57840f60a520f40f90b30f4e2ccb.zip |
vim: add telescope-undo extension
also add git-status telescope mapping
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 2cf37ef..84a76db 100644 --- a/common/vim.nix +++ b/common/vim.nix | |||
@@ -89,6 +89,7 @@ inputs: { | |||
89 | 89 | ||
90 | # Telescope | 90 | # Telescope |
91 | telescope-nvim | 91 | telescope-nvim |
92 | telescope-undo-nvim | ||
92 | 93 | ||
93 | # Treesitter | 94 | # Treesitter |
94 | nvim-treesitter.withAllGrammars | 95 | nvim-treesitter.withAllGrammars |