about summary refs log tree commit diff
path: root/pkgs/aszlig
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2022-09-18 14:16:31 +0200
committeraszlig <aszlig@nix.build>2022-09-18 14:16:31 +0200
commit897c35d2c683dcef31d61abff73b4d10973939e7 (patch)
treece36d77a17b5915e7ace7798b8d22202d15c9dd7 /pkgs/aszlig
parentf7cacf7fd58f79ff3ddaaa6fff87425090167ebd (diff)
pkgs/vim: Add quick-scope plugin
Found this thanks to @fpletz starring the repository and since I
constantly use f/F and t/T when navigating, I decided to give it a try.

Usually when trying things, I'd just add the Vim version with the plugin
to my local Nix profile, but since I'm already irritated when other
things than the cursor are highlighted in the current line, I decided to
do something completely irrational and just add it to all my machines.

Signed-off-by: aszlig <aszlig@nix.build>
Diffstat (limited to 'pkgs/aszlig')
-rw-r--r--pkgs/aszlig/vim/default.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/pkgs/aszlig/vim/default.nix b/pkgs/aszlig/vim/default.nix
index bfcb5818..e2b4dba6 100644
--- a/pkgs/aszlig/vim/default.nix
+++ b/pkgs/aszlig/vim/default.nix
@@ -415,6 +415,13 @@ let
       rev = "4aa69b84c8a58fcec6b6dad6fe244b916b1cf830";
       sha256 = "07nh8gvkwq91i7qcz0rk5jlc8sb4d3af4zq2892kmmw576zg1wd8";
     };
+
+    quick-scope = fetchFromGitHub {
+      owner = "unblevable";
+      repo = "quick-scope";
+      rev = "428e8698347f254d24b248af9f656194a80081e5";
+      sha256 = "0vindr83v4q26a7jxfwk87vpl1kymsh6cclhvpkmb6cpq0iv3yii";
+    };
   };
 
   generic = ''