about summary refs log tree commit diff stats
path: root/home-manager/soispha/config/neovim/nixvim/plugins/default.nix
blob: 0622203e16edfc70161933580dfedf1e4f428528 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{...}: {
  imports = [
    ./colorscheme
    ./lf-nvim
    ./lsp
    ./lualine
    ./luasnip
    ./nvim-cmp
    ./nvim-lint
    ./raw_plugins
    ./treesitter
    ./vim-tex
  ];
}