diff options
author | Soispha <soispha@vhack.eu> | 2023-08-25 12:36:18 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-08-25 12:36:18 +0200 |
commit | 1d3250c2eea230b95b070cebc140ca6f22d868a3 (patch) | |
tree | a242f2322a6d2d6ffdd40f9f8ecd0a85e8c89846 /home-manager | |
parent | Fix(hm/conf/neovim/plugins/telescope): Init (diff) | |
download | nixos-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.nix | 5 |
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 ]; } |