about summary refs log tree commit diff stats
path: root/hm/soispha/conf/nvim/plugins/default.nix
blob: 60855ba350b05eb5fb4ebb2026f2c12a1fd8b7a2 (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
27
{...}: {
  imports = [
    ./colorscheme
    ./comment-nvim
    ./debugprint
    ./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
  ];
}