M. Noor Ravi Deevan
M. Noor Ravi Deevan
I tried it using the optimal way the service returned an error (I used systemd timer)   if I used my config it'll return this  this is my...
@kristijanhusak Thanks for the reply I ran the command and got this result: 
@kristijanhusak Seems to be working fine except the notifications? I'm unsure on how to test it
I managed to get it working-ish. I upgraded my neovim apparently it was quite old version. Managed to run it with no error on this command `/usr/bin/nvim --headless --noplugin -c...
I have the same issue I believe with a kind of different message  I tried finding out looking at the link that you refer about the ipc with the...
> I have the same issue I believe with a kind of different message  I tried finding out looking at the link that you refer about the ipc with...
You can take a look at the projects [here](https://github.com/excalios/garudahacks-namatim) I'm unsure as to why it happens not sure if it's my neovim config or tsconfig. My updatetime is 50 I'm...
 I just checked this and does this have anything to do with it? The "trying to cancel ongoing request with sequence number x". Edit: Something I also realized if...
So I think I found the problem but I don't know how to fix it. I keep trying to find what's wrong by deleting an import and then undoing it....
I had to tweak the code a bit to work on mine `value['root']` would show the first character only. So I had to change it to use `value` instead.