about summary refs log tree commit diff stats
path: root/home-manager/soispha/config/neovim/nixvim/plugins/default.nix
blob: 796ae3f24d29e7ee56a4b44bf522de5e6cffbf09 (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
{...}: {
  imports = [
    #./lsp-progress-nvim
    ./colorscheme
    ./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
  ];
}