about summary refs log tree commit diff stats
path: root/home-manager/soispha/config/neovim/nixvim/plugins/default.nix
blob: f61b0c9c49b65b5ba5515cac16a7ce121b3d697c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{...}: {
  imports = [
    ./colorscheme
    ./harpoon
    ./leap
    ./lf-nvim
    ./lsp
    ./lspkind
    ./lualine
    ./luasnip
    ./nvim-cmp
    ./nvim-lint
    ./raw_plugins
    ./telescope
    ./treesitter
    ./vim-tex
    ./which-key
  ];
}