From 2f364c1c0c8a3a0872998bf43e8f746745de8677 Mon Sep 17 00:00:00 2001 From: vin Date: Thu, 8 May 2025 17:42:50 -0400 Subject: demiurge, hastur: use telescope with zf for emacs-like orderless --- home.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/home.nix b/home.nix index 6ca419b..5f92f6f 100644 --- 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 -- cgit v1.2.3