summaryrefslogtreecommitdiffstats
path: root/modules/neovim/init/default.nix
blob: da89e73295100cc176eee97702fd2745b4f9af5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  imports = [
    ./autocmds.nix
    ./basic.nix
    ./clipboard.nix
    ./debug.nix
    ./diagnostics.nix
    ./filetype.nix
    ./healthcheck.nix
    ./highlight.nix
    ./lsp.nix
    ./mappings.nix
    ./spellcheck.nix
    ./util.nix
  ];
}