mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-05 18:01:32 +00:00
13 lines
186 B
Nix
13 lines
186 B
Nix
{
|
|
imports = [
|
|
./autocmds.nix
|
|
./basic.nix
|
|
./clipboard.nix
|
|
./debug.nix
|
|
./diagnostics.nix
|
|
./highlight.nix
|
|
./lsp.nix
|
|
./spellcheck.nix
|
|
./util.nix
|
|
];
|
|
}
|