diff options
| -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 |
