From 897c35d2c683dcef31d61abff73b4d10973939e7 Mon Sep 17 00:00:00 2001 From: aszlig Date: Sun, 18 Sep 2022 14:16:31 +0200 Subject: 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 --- pkgs/aszlig/vim/default.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'pkgs') 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 = '' -- cgit 1.4.1