How to create command completion in a lua config?

This page summarizes the projects mentioned and recommended in the original post on /r/neovim

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • nvim-genghis

    Convenience file operations for neovim, written in lua.

  • not totally sure if this covers your use case, but my nvim-ghengis uses vim.ui.input and has some folder completion.

  • dressing.nvim

    Neovim plugin to improve the default vim.ui interfaces

  • In general, vim.ui.input does not seem to be super completion friendly, it seems the only method currently available is to use dressing, cmp, and cmp_omnifunc to get some basic completions that are provided by omnifunc: https://github.com/stevearc/dressing.nvim/issues/55

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts