Yousuf Ali
Yousuf Ali
here is the coc-settings.json file content of my windows which is not working correctly. ``` "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":...
> @milanglacier Thank you so much for directing me to nvim lspconfig. It was quite easy to set up for R and python. I spent quite bit of time on...
Having the same issue. Downgraded jupyter-core 5.5.1 but still got same error. Just to confirm that it works fine if I start emacs in terminal. I am using doomemacs in...
I revert back to `450165fb5f63b4e855769997bcbc609b8f312961` this commit from April 18 (randomly chosen) and don't see problem anymore. Also downgraded jupyter-core 5.1.1.
got the same error with gvim. Anyone know how to fix it?
Thanks for reply. With same setup( tmux msys2 in windows) vim-slime work with vim. It does not work with Neovim. I think the problem is with Neovim. in neovim, If...
I copied from `gptel-log` buffer { "gptel": "request headers", "timestamp": "2024-07-15 20:58:41" } { "Content-Type": "application/json", "Authorization": "Bearer api_key" } { "gptel": "request body", "timestamp": "2024-07-15 20:58:41" } { "model":...
@takushi1969 Thank you so much. It worked.
I am using curl from windows git bash. ``` $ which curl /mingw64/bin/curl ``` Emacs 29.3 got following response. HTTP/1.1 200 OK Date: Wed, 07 Aug 2024 12:18:45 GMT Content-Type:...
Thanks for reply. A fixed toolbar would be really great.