Rami Taibah
Rami Taibah
Here is the output. Not very helpful, so I made a [video](https://streamable.com/qjjuu) too. ``` rami@MacBook-Pro-4 ~/Music #python3 debug.py Play/pause key detected Key up detected. Play/pause key detected Key up detected....
This partially fixed the issue. Pressing play plays the music, however pausing pauses for a few seconds and plays again. Things I done/things I noticed: 1- I changed a bit...
> From their docs (assuming you're using neoclide/coc.nvim), there are a _lot_ of highlight groups, and I'm not sure exactly which ones are which (I don't use coc, so I...
Tried something like this: ``` " CoC: {{{ if exists('g:coc_enabled') hi! CocErrorSign ctermfg=blue guifg=#ff0000 hi CocInfoSign ctermfg=black guifg=#fab005 endif " }}} ``` Is not triggering anything.
```echo exists('g:coc_enabled')``` returns 1 ```echo exists('g:did_coc_load: plugin/coc.vim')``` returns 0
@dsifford Yeah, I was focusing on the first line. Still doesn't matter neither error or info are working.
Just to make sure I am doing this right. I am using vim-plug and editing the file `dracula.vim` under `~/.vim/plugged/dracula/after/plugin`. The code I currently have is ```vim " CoC: {{{...
Good call. Still not working.
I really hate to be a nag, but the target seems fine; the error color changed to green when executed the command in the vim line. The code and the...
My point is that group changed the text to green also. I’ll try other groups I guess.