nvf/modules/neovim/init/default.nix
NotAShelf 91269c56c5
neovim/init: add module option for registering custom filetypes
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I5f5f576642884c09a8e4afc18499ed606a6a6964
2026-01-27 12:47:07 +03:00

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
];
}