summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvin <vin@vineetk.net>2025-05-08 17:42:50 -0400
committervin <vin@vineetk.net>2025-05-08 17:42:50 -0400
commit2f364c1c0c8a3a0872998bf43e8f746745de8677 (patch)
tree3c6ec0b82ef710e48a0bb04a2e5b81ab3d6b9fc0
parent8ef08fa034d77e2c045f086737efe9405f8a0230 (diff)
demiurge, hastur: use telescope with zf for emacs-like orderless
-rw-r--r--home.nix11
1 files changed, 11 insertions, 0 deletions
diff --git a/home.nix b/home.nix
index 6ca419b..5f92f6f 100644
--- a/home.nix
+++ b/home.nix
@@ -508,6 +508,17 @@ in
508 neogit 508 neogit
509 gitsigns-nvim 509 gitsigns-nvim
510 510
511 # telescope stuff
512 telescope-nvim
513 {
514 plugin = telescope-zf-native-nvim;
515 config = ''
516 lua << END
517 require "telescope".load_extension("zf-native")
518 END
519 '';
520 }
521
511 # tree-sitter stuff, mainly for better syntax highlighting 522 # tree-sitter stuff, mainly for better syntax highlighting
512 nvim-treesitter 523 nvim-treesitter
513 nvim-treesitter-textobjects 524 nvim-treesitter-textobjects