fix(builtin.spell_suggest): ciw into black hole register (#3124) #8
Workflow file for this run
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: "release" | |
on: | |
push: | |
tags: | |
- '*' | |
jobs: | |
luarocks-upload: | |
runs-on: ubuntu-22.04 | |
steps: | |
- uses: actions/checkout@v4 | |
- name: LuaRocks Upload | |
uses: nvim-neorocks/[email protected] | |
env: | |
LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }} | |
with: | |
summary: "Find, Filter, Preview, Pick. All lua, all the time." | |
detailed_description: | | |
A highly extendable fuzzy finder over lists. | |
Built on the latest awesome features from neovim core. | |
Telescope is centered around modularity, allowing for easy customization. | |
dependencies: | | |
plenary.nvim | |
copy_directories: | | |
doc | |
ftplugin | |
plugin | |
scripts | |
autoload | |
data |