https://github.com/chrisgrieser/alfred-neovim-utilities

Search neovim plugins and the online :help via Alfred.

https://github.com/chrisgrieser/alfred-neovim-utilities

Science Score: 36.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: researchgate.net
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.9%) to scientific vocabulary

Keywords

alfred-workflow neovim neovim-plugin
Last synced: 9 months ago · JSON representation

Repository

Search neovim plugins and the online :help via Alfred.

Basic Info
  • Host: GitHub
  • Owner: chrisgrieser
  • License: mit
  • Language: JavaScript
  • Default Branch: main
  • Homepage:
  • Size: 13.1 MB
Statistics
  • Stars: 40
  • Watchers: 1
  • Forks: 1
  • Open Issues: 0
  • Releases: 47
Topics
alfred-workflow neovim neovim-plugin
Created over 3 years ago · Last pushed 10 months ago
Metadata Files
Readme Funding License

README.md

Neovim Utilities for Alfred

GitHub downloads Alfred Gallery downloads Latest release

Search neovim plugins and the online :help via Alfred.

Showcase help search Showcase plugin search

Commands

  • :h: Search the Neovim online :help.
    • : Open the respective help.
    • ⌥⏎: Copy the help URL to the clipboard.
  • np: Search store.nvim for Neovim plugins (mnemonic: [n]vim [p]lugins).
    • : Open the GitHub repo.
    • ⌘⏎: Open the :help page in the browser (vimdoc converted to HTML).
    • ⌥⏎: Copy the GitHub URL.
    • ⌃⏎: Copy installation snippet for lazy.nvim, if available.
  • ip: Search for locally installed plugins and mason.nvim packages (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.
  • :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 the Open With capability, such as Neovide.)

[!NOTE] All keywords are customizable in the workflow settings.

Installation

Preview pane configuration

The demo screenshot uses the following configuration for the preview pane:

json [ { "workflowUID": "*", "alignment": { "horizontal": { "placement": "right", "width": 450, "minHeight": 750 } } } ]

Credits

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.

Buy Me a Coffee at ko-fi.com

Owner

  • Name: Chris Grieser
  • Login: chrisgrieser
  • Kind: user
  • Location: Berlin, Germany
  • Company: Technical University of Berlin

Researcher in sociology & software developer

GitHub Events

Total
  • Release event: 7
  • Watch event: 5
  • Delete event: 3
  • Push event: 67
  • Pull request event: 10
  • Create event: 10
Last Year
  • Release event: 7
  • Watch event: 5
  • Delete event: 3
  • Push event: 67
  • Pull request event: 10
  • Create event: 10

Issues and Pull Requests

Last synced: 9 months ago

All Time
  • Total issues: 2
  • Total pull requests: 10
  • Average time to close issues: about 5 hours
  • Average time to close pull requests: about 1 hour
  • Total issue authors: 2
  • Total pull request authors: 2
  • Average comments per issue: 2.5
  • Average comments per pull request: 0.1
  • Merged pull requests: 7
  • Bot issues: 0
  • Bot pull requests: 6
Past Year
  • Issues: 0
  • Pull requests: 6
  • Average time to close issues: N/A
  • Average time to close pull requests: 21 minutes
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 3
  • Bot issues: 0
  • Bot pull requests: 6
Top Authors
Issue Authors
  • iandol (1)
  • vitorgalvao (1)
Pull Request Authors
  • dependabot[bot] (6)
  • vitorgalvao (4)
Top Labels
Issue Labels
bug (1) not reproducible (1) enhancement (1)
Pull Request Labels
dependencies (6) github_actions (5)

Dependencies

.github/workflows/build-and-release.yml actions
  • actions/checkout v2 composite
  • actions/create-release v1 composite
  • actions/upload-release-asset v1 composite