nimsuggest icon indicating copy to clipboard operation
nimsuggest copied to clipboard

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

Open anta40 opened this issue 1 year ago • 0 comments

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

anta40 avatar Dec 13 '24 17:12 anta40