about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--home-manager/soispha/config/neovim/nixvim/plugins/default.nix1
-rw-r--r--home-manager/soispha/config/neovim/nixvim/plugins/telescope/extensions/default.nix3
2 files changed, 4 insertions, 0 deletions
diff --git a/home-manager/soispha/config/neovim/nixvim/plugins/default.nix b/home-manager/soispha/config/neovim/nixvim/plugins/default.nix
index f61b0c9c..00d1d660 100644
--- a/home-manager/soispha/config/neovim/nixvim/plugins/default.nix
+++ b/home-manager/soispha/config/neovim/nixvim/plugins/default.nix
@@ -1,6 +1,7 @@
 {...}: {
   imports = [
     ./colorscheme
+    ./femaco
     ./harpoon
     ./leap
     ./lf-nvim
diff --git a/home-manager/soispha/config/neovim/nixvim/plugins/telescope/extensions/default.nix b/home-manager/soispha/config/neovim/nixvim/plugins/telescope/extensions/default.nix
index ddaf47ee..0b1e033a 100644
--- a/home-manager/soispha/config/neovim/nixvim/plugins/telescope/extensions/default.nix
+++ b/home-manager/soispha/config/neovim/nixvim/plugins/telescope/extensions/default.nix
@@ -1,6 +1,9 @@
 {...}: {
   imports = [
+    ./bibtex
     ./frecency
     ./fzy-native
+    ./rooter
+    ./symbols
   ];
 }