summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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