diff options
-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 ]; } |