cmd not defined for "sumneko_lua". You must manually set cmd in the setup{} call according to CONFIG.md

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-lspinstall

    Discontinued Provides the missing :LspInstall for nvim-lspconfig

  • I'm trying to edit a lua file, and got this error which I realize is because I didn't have the Lua language server installed. So using the LspInstall plugin, I did :LspInstall lua which was successful.

  • lua-language-server

    A language server that offers Lua language support - programmed in Lua

  • Follow the instructions of Config.md, I installed the lua language servers, then I put the below in ~/.config/nvim/lua/sumneko_lua.lua:

  • 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
  • nvim-lua-guide

    Discontinued A guide to using Lua in Neovim

  • I haven't used lua files before, so following the instructions of this guide, I put require('sumneko_lua') to reference the .lua file I made.

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