qvacua / vimr

VimR — Neovim GUI for macOS in Swift
https://twitter.com/VimRefined
MIT License
6.62k stars 218 forks source link

It seem that vimr does not compatible with vimspector. #955

Closed qianwch closed 2 years ago

qianwch commented 2 years ago

While trying to evaluate variables with <Plug>VimspectorBalloonEval:

截屏2022-06-21 09 44 01

It worked fine with nvim terminal and nvim-qt. The same init.vim and plugins.

qianwch commented 2 years ago

I have add loginfo to find out that the reason is has('gui_running') return 1 in vimr.

qianwch commented 2 years ago

Not problem of VimR