about summary refs log tree commit diff stats
path: root/hm/soispha/conf/nvim/plugins/default.nix
blob: 7bb023550373032bbe3d4c4a28b075bff3b31879 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{...}: {
  imports = [
    ./colorscheme
    ./comment-nvim
    ./femaco
    ./goto-preview
    ./harpoon
    ./leap
    ./lf-nvim
    ./lsp
    #./lsp-progress-nvim
    ./lspkind
    ./ltex_extra
    ./lualine
    ./luasnip
    ./neorg
    ./nvim-cmp
    ./nvim-lint
    ./raw_plugins
    ./telescope
    ./todo-comments
    ./treesitter
    ./vim-tex
    ./which-key
  ];
}