mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-02-04 10:55:50 +00:00
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I5f5f576642884c09a8e4afc18499ed606a6a6964
14 lines
205 B
Nix
14 lines
205 B
Nix
{
|
|
imports = [
|
|
./autocmds.nix
|
|
./basic.nix
|
|
./clipboard.nix
|
|
./debug.nix
|
|
./diagnostics.nix
|
|
./filetype.nix
|
|
./highlight.nix
|
|
./lsp.nix
|
|
./spellcheck.nix
|
|
./util.nix
|
|
];
|
|
}
|