damanis
damanis
The problem in this commit: [injections(ecma): add injection for commented graphql template strings (](https://github.com/nvim-treesitter/nvim-treesitter/commit/b39840302cd35bca9e2dec1a25263737b8efa205) Revert it in latest master solves the issue.
Current version (23 Aug 2022) works much better, but without commit b398403 works still better.
I didn't see the problem until try [51f01a12](https://github.com/hismailbulut/Neoray/commit/51f01a12d66dd05191992c17b13188f292a008bb). Checked with different colorschemes (for example, [github-nvim-theme](https://github.com/projekt0n/github-nvim-theme)). Others neovim GUI I use (fvim, neovim-qt, goneovim, nvui) have do problem with same configuration.
I checked now with neovim 0.7.2 - same behavior. It doesn't seems nvim issue. I'll update if I find something new.
@hismailbulut It is not about the issue. Now ```NeoraySet CursorAnimTime 0``` does not work. Is there a way to disable cursor animation? Update. I see, it fixed.
Does Neoray saves some internal files (states, configs)?
@hismailbulut Do you use (during development) some debug options of GLFW? I still can't catch the problem with cursor.
There is output for **Debug from Neoray** ```[TRACE] GLFW3 Version: 3.3.4 X11 GLX EGL OSMesa clock_gettime evdev [TRACE] Opengl Version: 4.5 (Core Profile) Mesa 21.2.6 [TRACE] Vendor: Mesa/X.org [TRACE] Renderer:...
The output for 'neoray_debug -u NORC' ```[TRACE] GLFW3 Version: 3.3.4 X11 GLX EGL OSMesa clock_gettime evdev [TRACE] Opengl Version: 4.5 (Core Profile) Mesa 21.2.6 [TRACE] Vendor: Mesa/X.org [TRACE] Renderer: llvmpipe...
Commands from section 'Debug from neovim' did not print anything.