feat(fzf): add fzf-lua support in Readme & add TodoFzfLua command (#312) #92
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: todo-comments.nvim | |
repo: folke/todo-comments.nvim |