Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chrisgrieser/alfred-neovim-utilities
Search neovim plugins and online :help of Neovim and plugins via Alfred.
https://github.com/chrisgrieser/alfred-neovim-utilities
alfred-workflow neovim neovim-plugin
Last synced: 13 days ago
JSON representation
Search neovim plugins and online :help of Neovim and plugins via Alfred.
- Host: GitHub
- URL: https://github.com/chrisgrieser/alfred-neovim-utilities
- Owner: chrisgrieser
- License: mit
- Created: 2022-11-27T10:48:31.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-21T17:53:21.000Z (18 days ago)
- Last Synced: 2024-10-22T08:34:38.788Z (18 days ago)
- Topics: alfred-workflow, neovim, neovim-plugin
- Language: JavaScript
- Homepage:
- Size: 13 MB
- Stars: 35
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-neovim - chrisgrieser/alfred-neovim-utilities - Search Neovim plugins and online `:help` via Alfred (macOS). (External / OS-specific)
README
# Neovim Utilities for Alfred
![GitHub Downloads](https://img.shields.io/github/downloads/chrisgrieser/alfred-neovim-utilities/total?label=GitHub%20Downloads&style=plastic&logo=github)
![Alfred Gallery Downloads](https://img.shields.io/badge/dynamic/yaml?url=https%3A%2F%2Fraw.githubusercontent.com%2Fchrisgrieser%2F.config%2Frefs%2Fheads%2Fmain%2FAlfred.alfredpreferences%2Falfred-workflow-download-count.yaml&query=alfred-neovim-utilities&style=plastic&logo=alfred&label=Gallery%20Downloads&color=%235C1F87)
![Latest Release](https://img.shields.io/github/v/release/chrisgrieser/alfred-neovim-utilities?label=Latest%20Release&style=plastic)Search [neovim plugins](https://neovimcraft.com/) and [online
:help](https://neovim.io/doc/) of Neovim and plugins via [Alfred](https://www.alfredapp.com/).![Showcase help search](https://github.com/chrisgrieser/alfred-neovim-utilities/assets/73286100/5c0fc2a3-bcd2-4f29-b67b-e0a2d813e4d6)
![Showcase plugin search](https://github.com/chrisgrieser/alfred-neovim-utilities/assets/73286100/c519b303-729b-4df2-aa28-76b107f29b5e)## Commands
- `:h`: Searches the Neovim [online :help](https://neovim.io/doc/).
+ Groups synonyms together, for example, `:w` and `:write` both get one
item.
+ ⏎: Open the respective help.
+ ⌥⏎: Copy the help URL to the clipboard.
- `vp`: Searches [awesome-neovim](https://github.com/rockerBOO/awesome-neovim)
for Neovim plugins. Mnemonic: `[v]im [p]lugins`.
+ ⏎: Open the GitHub repo.
+ ⌘⏎: Open the `:help` in the browser (vimdoc converted to HTML).
+ ⌥⏎: Copy the GitHub URL to the clipboard.
- `ip`: Search for plugins (and Mason tools) installed locally on your device.
Mnemonic: `[i]installed [p]lugins`.
+ The modifiers (⌘⌥⌃⇧) from the plugin-search also apply for this command.
+ In addition, fn⏎: Open the local directory of the plugin in Finder.
- `mason`: Search for tools available via [mason.nvim](https://github.com/williamboman/mason.nvim).
- `:old`: Displays and searches your `:oldfiles`. Opens them in the system's
default editor for the respective filetype. (To open them directly in Neovim,
you need a Neovim GUI with `Open With…` capability, such as
[Neovide](http://neovide.dev).)> [!NOTE]
> All keywords are customizable in the workflow settings.## Installation
- __Requirements:__ [Alfred 5.5](https://www.alfredapp.com/) (macOS only) with
Powerpack.
- Download the [latest release from the Alfred
Gallery](https://alfred.app/workflows/chrisgrieser/neovim-utilities/).
- For the preview pane, install
[alfred-extra-pane](https://github.com/mr-pennyworth/alfred-extra-pane).## Preview pane configuration
The demo screenshot uses the following
[configuration](https://github.com/mr-pennyworth/alfred-extra-pane?tab=readme-ov-file#configuration)
for the preview pane:
```json
[
{
"workflowUID": "*",
"alignment": {
"horizontal": { "placement": "right", "width": 450, "minHeight": 750 }
}
}
]
```## Credits
- Plugin database provided by [awesome-neovim](https://github.com/rockerBOO/awesome-neovim).
- Vimdoc to HTML conversion by [@xaizek](https://github.com/xaizek/vimdoc2html).
- Preview pane by
[@mr-pennyworth](https://github.com/mr-pennyworth/alfred-extra-pane).## About the developer
In my day job, I am a sociologist studying the social mechanisms underlying the
digital economy. For my PhD project, I investigate the governance of the app
economy and how software ecosystems manage the tension between innovation and
compatibility. If you are interested in this subject, feel free to get in touch.- [Academic Website](https://chris-grieser.de/)
- [Mastodon](https://pkm.social/@pseudometa)
- [ResearchGate](https://www.researchgate.net/profile/Christopher-Grieser)
- [LinkedIn](https://www.linkedin.com/in/christopher-grieser-ba693b17a/)I also occasionally blog about vim: [Nano Tips for Vim](https://nanotipsforvim.prose.sh/)