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

How can I use LSP in neovim #1613

Closed
Muizzyranking opened this issue Nov 21, 2024 · 1 comment
Closed

How can I use LSP in neovim #1613

Muizzyranking opened this issue Nov 21, 2024 · 1 comment

Comments

@Muizzyranking
Copy link

I have been trying to set up lsp for clarity in neovim and I can't get it to work. I have tried different method and none of it is working
this is what I currently have

{
    "neovim/nvim-lspconfig",
    opts = {
      servers = {
        clarity_lsp = {
          install_lsp = false, -- so it doesn't automatically install with mason
          cmd = { "clarinet", "lsp" },
          filetypes = { "clar", "clarity" },
          root_dir = require("lspconfig").util.root_pattern(".git", "Clarinet.toml"),
        },
      },
    },
  }

but it doesnt even show in the list of configured lsps when I run LspInfo. am i doing anything wrong?

@hugocaillard
Copy link
Collaborator

Closing as duplicate of #1610

@github-project-automation github-project-automation bot moved this from 🆕 New to ✅ Done in DevTools Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

2 participants