We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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/
~/.config/nvim/
{ "languageserver": { "nim": { "command": "~/.nimble/bin/nimlangserver", "filetypes": ["nim"], "trace.server": "verbose", "settings": { "nim": { "nimsuggestPath": "/opt/homebrew/bin/nimsuggest" } } } } }
It works.
And for vim, I copy the same coc-settings.json to my home directory. Hmm doesn't work fine
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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/
It works.
And for vim, I copy the same coc-settings.json to my home directory. Hmm doesn't work fine

The text was updated successfully, but these errors were encountered: