commit 2f364c1c0c8a3a0872998bf43e8f746745de8677
parent 8ef08fa034d77e2c045f086737efe9405f8a0230
Author: vin <vin@vineetk.net>
Date: Thu, 8 May 2025 17:42:50 -0400
demiurge, hastur: use telescope with zf for emacs-like orderless
Diffstat:
1 file changed, 11 insertions(+), 0 deletions(-)
diff --git a/home.nix b/home.nix
@@ -508,6 +508,17 @@ in
neogit
gitsigns-nvim
+ # telescope stuff
+ telescope-nvim
+ {
+ plugin = telescope-zf-native-nvim;
+ config = ''
+ lua << END
+ require "telescope".load_extension("zf-native")
+ END
+ '';
+ }
+
# tree-sitter stuff, mainly for better syntax highlighting
nvim-treesitter
nvim-treesitter-textobjects