mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-04-15 00:58:37 +00:00
11 lines
151 B
Nix
11 lines
151 B
Nix
{
|
|
imports = [
|
|
./autocmds.nix
|
|
./basic.nix
|
|
./debug.nix
|
|
./diagnostics.nix
|
|
./highlight.nix
|
|
./lsp.nix
|
|
./spellcheck.nix
|
|
];
|
|
}
|