neovim/init: add API for autocmds and autogroups

This commit is contained in:
raf 2025-02-20 19:55:23 +03:00
commit ad1d9d8710
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
3 changed files with 194 additions and 0 deletions

View file

@ -1,5 +1,6 @@
{
imports = [
./autocmds.nix
./basic.nix
./debug.nix
./highlight.nix