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