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
Here is my coc-settings.json for R. For some reason auto-completion not working. I am running vim on Windows. Please help to solve.
"languageserver": { "R": { "enable": true, "command": "C:\\Program Files\\R\\R-4.1.2\\bin\\x64\\R.exe", "r.lsp.path": "C:\\Program Files\\R\\R-4.1.2\\bin\\x64\\R.exe", "r.lsp.debug": true, "args": [ "--slave", "-e", "languageserver::run()" ], "filetypes": [ "r" ] } }
I got following error when I open R file in vim.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Here is my coc-settings.json for R. For some reason auto-completion not working. I am running vim on Windows. Please help to solve.
I got following error when I open R file in vim.
![SharedScreenshot](https://private-user-images.githubusercontent.com/31291716/288123625-7394481b-380a-4912-9a3a-335e0ea648e4.jpg?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2NTQxNTUsIm5iZiI6MTczOTY1Mzg1NSwicGF0aCI6Ii8zMTI5MTcxNi8yODgxMjM2MjUtNzM5NDQ4MWItMzgwYS00OTEyLTlhM2EtMzM1ZTBlYTY0OGU0LmpwZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE1VDIxMTA1NVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTk0ZjAyYmM1NTM1YzUzMTRmYjM0OTFlMTAyN2I4OWE2NzZkODZiNTE2MDYwZGI1NjhhZGZlNzg1ZTBkZDNkZDQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.OjmQLqqAxpxVgwvVC1hk7n1qjsN-vj9iOSUCMtN6JEQ)
The text was updated successfully, but these errors were encountered: