Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -957,12 +957,7 @@ The interface to create user commands was implemented in the PR below and is cur

## Defining autocommands

Augroups and autocommands do not have an interface yet but it is being worked on:

- [Pull request #12378](https://github.com/neovim/neovim/pull/12378)
- [Pull request #14661](https://github.com/neovim/neovim/pull/14661) (lua: autocmds take 2)

In the meantime, you can either create autocommands in Vimscript or use [this wrapper from norcalli/nvim_utils](https://github.com/norcalli/nvim_utils/blob/master/lua/nvim_utils.lua#L554-L567)
**TODO**

## Defining syntax/highlights

Expand Down