nvf/modules/neovim/init/default.nix
NotAShelf df14086eef
Some checks failed
Check for typos in the source tree / check-typos (push) Has been cancelled
neovim/init: add autocommands API
2025-02-06 16:36:54 +03:00

9 lines
119 B
Nix

{
imports = [
./autocommands.nix
./basic.nix
./debug.nix
./highlight.nix
./spellcheck.nix
];
}