about summary refs log tree commit diff stats
path: root/hm/soispha/conf/nvim/plugins/default.nix
blob: d24861663e98927608dee2749484bc426e27be41 (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
{...}: {
  imports = [
    #./lsp-progress-nvim
    ./colorscheme
    ./comment-nvim
    ./neorg
    ./femaco
    ./goto-preview
    ./harpoon
    ./leap
    ./lf-nvim
    ./lsp
    ./lspkind
    ./lualine
    ./luasnip
    ./nvim-cmp
    ./nvim-lint
    ./raw_plugins
    ./telescope
    ./todo-comments
    ./treesitter
    ./vim-tex
    ./which-key
  ];
}