gerardbm / vim-atomic

Atomic color scheme for Vim, Neovim and Gvim
https://github.com/gerardbm/atomic
MIT License
16 stars 1 forks source link

cursor disappeared in mobaxterm #3

Open Karmenzind opened 5 years ago

Karmenzind commented 5 years ago

Hi. For some reason I have to use mobaxterm on Win10. This is my terminal settings for some ssh sessions:

image

and this is what file in vim and nvim looks like:

image

missing text "the cursor should be here"

but solarized, gruvbox and molokai work fine

gerardbm commented 5 years ago

Hi, @Karmenzind.

Is the cursor not showing even with the option set list?

Does it happen the same using gVim?

What output do you get if you enter this command?

:echo map(synstack(line('.'), col('.')), 'synIDattr(v:val, "name")')

Karmenzind commented 5 years ago

Thank you very much. I gave up using win10, so there is no hurry. I think you can check this issue again when you have to use ssh on win10 with mobaxterm or xshell someday. I didn't install gvim because setting gvim on windows is a torture... I think the problem is caused by mobaxterm. And gvim on windows seems powerful enough according to other people's screenshots.

FYI:

gerardbm commented 5 years ago

The highlight for Cursor was missing. I updated the plugin. Let me know if this update fixes the issue. Thanks!

Karmenzind commented 5 years ago

Thanks for your kind help. Still no cursor in Vim or NeoVim after upgrading the plugin.

image image