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

nimsuggest cannot be exected: Vim(let):E730: Using a List as a String #136

Open
anta40 opened this issue Dec 13, 2024 · 0 comments
Open

Comments

@anta40
Copy link

anta40 commented Dec 13, 2024

I'm on Mac M2, with vim and neovim installed via hombrew.
First I install nimlsp. For neovim, coc-settings.json is located on ~/.config/nvim/

{
  "languageserver": {
    "nim": {
      "command": "~/.nimble/bin/nimlangserver",
      "filetypes": ["nim"],
      "trace.server": "verbose",
      "settings": {
        "nim": {
          "nimsuggestPath": "/opt/homebrew/bin/nimsuggest"
        }
      }
    }
  }
}

It works.

SCR-20241214-bsqm

And for vim, I copy the same coc-settings.json to my home directory. Hmm doesn't work fine
SCR-20241214-btzo

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