You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using MacVim. When I try to use <C-]> I get this error:
Error detected while processing function tsuquyomi#definition[1]..tsuquyomi#gotoDefinition:
line 22:
E37: No write since last change (add ! to override)
Both :TsuquyomiDefinition and :TsuDefinition return the same error
I first thought it might be related to ctags file not being generated, but all references commands does work (for example :TsuReferences does list a list of the references).
I've added
let g:tsuquyomi_debug = 1
let g:tsuquyomi_tsserver_debug = 1
To my vimrc, but I didn't got any additional logs.
Thanks,
The text was updated successfully, but these errors were encountered:
I'm using MacVim. When I try to use <C-]> I get this error:
Both
:TsuquyomiDefinition
and:TsuDefinition
return the same errorI first thought it might be related to ctags file not being generated, but all references commands does work (for example
:TsuReferences
does list a list of the references).I've added
To my vimrc, but I didn't got any additional logs.
Thanks,
The text was updated successfully, but these errors were encountered: