Kirill Kovalchuk
Kirill Kovalchuk
Just stumbled upon this. Highly confusing, joins should really follow the order they are defined in.
Solved the issue with: ``` if filereadable(expand("~/.vim/coc-user-config.vim")) source ~/.vim/coc-user-config.vim endif ``` added `~/.vim/coc-user-config.vim` to `.gitignore`, contents: ``` let g:coc_user_config = { \ "intelephense.licenceKey": "REAL_LICENCE_KEY", \ } ``` But this method...
What's the status of this? It's been open for over a year
Well, `w3m` is a complete browser, surely it does display an article as it practically renders all the elements. Fetching ONLY an article from a web page is a little...
@zach-is-my-name For the REPL there is no such function as of now, unfortunately. Firstly, REPL commands gotta be implemented, i.e. ``` repl> CMD [options] ``` such as ``` repl> /format...
@gsmitheidw ouch! Thank you for this. This is a typo. It meant to be openAI, not openAPI. Thank you for picking this up, will be fixed in the next release!
Hm, yeah it makes sense to make both `exit` and `quit` work. Thanks @gsmitheidw, I'll add support for `quit` in the next release!
@zach-is-my-name yep, unfortunately, the underlying markdown renderer doesn't allow styling options. The best way is honestly to not use markdown formatters for now as they are still experimental, and even...
@carrotflowerr as in - up/down for previous/next prompt (history) - Left/right to move the caret ?