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