-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invisible cursor and strange colors #35
Comments
Thanks for detailed information. |
I didn't see the problem until try 51f01a12. |
So it seems this is not a Neoray issue. This is may be issue of neovim itself or some plugins you are using (I don't know if you are using related plugins for jdoc but it also may cause this) This may remain open until you find out exactly where the issue is coming from. |
I checked now with neovim 0.7.2 - same behavior. It doesn't seems nvim issue. |
@hismailbulut |
Does Neoray saves some internal files (states, configs)? |
No, Neoray only saves some debugging files (cpu and heap profile, crash log and verbose log) |
@hismailbulut |
There are some ways you can debug this behavior Debug from Neoray
Debug from neovim
Additional steps
|
There is output for Debug from Neoray
|
The output for 'neoray_debug -u NORC'
'neoray_debug --noplugin'
|
Commands from section 'Debug from neovim' did not print anything. |
Does the issue happens when you run with --noplugin? |
The issue happens both for '--noplugin' and '-u NORC' |
Did you mean "no" here Can you zip and upload a copy of your entire vim config and the file you are working on excluding your sensitive information? |
Sure |
So I'm sorry because I misunderstood you, this is Neoray issue |
I just try to open ~/.bashrc. 50% it as Ubuntu default. |
They only helpful together with outputs of commands in |
I can't reproduce with minimal configuration
with start command: |
I found why 'echo' commands you requested are not shown - their output is empty. Probably, some error in the commands. |
@hismailbulut |
OS
Ubuntu 20.04
Neoray version
Neoray version: compiled 51f01a12
nvim version:
NVIM v0.8.0-dev+608-g778541067
Problems
instead of
If return to version 0.1.1 - same problem. Before trying this version, 0.1.1 worked properly.
Steps to reproduce
Neoray config in init.vim
lua/settings.lua:
Debug output (you can generate starting neoray with --verbose option)
The is no difference between Neoray_verbose.log in success and fail
The text was updated successfully, but these errors were encountered: