diff options
| author | vin <vin@vineetk.net> | 2025-05-08 17:42:50 -0400 |
|---|---|---|
| committer | vin <vin@vineetk.net> | 2025-05-08 17:42:50 -0400 |
| commit | 2f364c1c0c8a3a0872998bf43e8f746745de8677 (patch) | |
| tree | 3c6ec0b82ef710e48a0bb04a2e5b81ab3d6b9fc0 | |
| parent | 8ef08fa034d77e2c045f086737efe9405f8a0230 (diff) | |
demiurge, hastur: use telescope with zf for emacs-like orderless
| -rw-r--r-- | home.nix | 11 |
1 files changed, 11 insertions, 0 deletions
| @@ -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 |
