neovim/init: add module option for registering custom filetypes

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I5f5f576642884c09a8e4afc18499ed606a6a6964
This commit is contained in:
raf 2026-01-27 12:13:25 +03:00
commit 91269c56c5
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
2 changed files with 122 additions and 0 deletions

View file

@ -5,6 +5,7 @@
./clipboard.nix
./debug.nix
./diagnostics.nix
./filetype.nix
./highlight.nix
./lsp.nix
./spellcheck.nix