Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using with NvChad: LspInfo command not available and sumnekolua not working #32

Open
redirect11 opened this issue Jul 10, 2022 · 0 comments

Comments

@redirect11
Copy link

Hi, I'm using this plugin with NvChad (https://github.com/NvChad/NvChad) on Neovim. I have configured it like this since NvChad already has a configuration for lspconfig and lsp-installer:

local nlspsettings = require("nlspsettings")

nlspsettings.setup({
  config_home = vim.fn.stdpath('config') .. '/nlsp-settings',
  local_settings_dir = ".nlsp-settings",
  local_settings_root_markers = { '.git' },
  append_default_schemas = true,
  loader = 'json'
})

and the LspInfo command stopped working (Neevim does not recognize it anymore). Moreover I get this message about sumneko lua LS:

Spawning language server with cmd: 'lua-language-server' failed. The language server is either not installed, missing from PATH, or not executable.

If i disable nlsp-settings the lua language server client works correctly.

Does this plugin stops lspconfig to load lua configs? What can be the problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant