about summary refs log tree commit diff stats
path: root/home-manager
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-08-25 12:36:18 +0200
committerSoispha <soispha@vhack.eu>2023-08-25 12:36:18 +0200
commit1d3250c2eea230b95b070cebc140ca6f22d868a3 (patch)
treea242f2322a6d2d6ffdd40f9f8ecd0a85e8c89846 /home-manager
parentFix(hm/conf/neovim/plugins/telescope): Init (diff)
downloadnixos-config-1d3250c2eea230b95b070cebc140ca6f22d868a3.tar.gz
nixos-config-1d3250c2eea230b95b070cebc140ca6f22d868a3.zip
Fix(hm/conf/neovim/plugins): Import added plugins
Diffstat (limited to '')
-rw-r--r--home-manager/soispha/config/neovim/nixvim/plugins/default.nix5
1 files changed, 5 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 0622203e..f61b0c9c 100644
--- a/home-manager/soispha/config/neovim/nixvim/plugins/default.nix
+++ b/home-manager/soispha/config/neovim/nixvim/plugins/default.nix
@@ -1,14 +1,19 @@
 {...}: {
   imports = [
     ./colorscheme
+    ./harpoon
+    ./leap
     ./lf-nvim
     ./lsp
+    ./lspkind
     ./lualine
     ./luasnip
     ./nvim-cmp
     ./nvim-lint
     ./raw_plugins
+    ./telescope
     ./treesitter
     ./vim-tex
+    ./which-key
   ];
 }