neovim/init: add API for autocmds and autogroups (#656)

This commit is contained in:
raf 2025-03-10 08:46:07 +00:00 committed by GitHub
commit dd281b78e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 194 additions and 0 deletions

View file

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