fix(triggers): when in macro defer re-checking suspended for 100ms. F… #377
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: | |
push: | |
branches: [main, master] | |
pull_request: | |
jobs: | |
ci: | |
uses: folke/github/.github/workflows/ci.yml@main | |
secrets: inherit | |
with: | |
plugin: which-key.nvim | |
repo: folke/which-key.nvim |