Closed bunyk closed 2 years ago
Please complete the following information:
Describe the bug Given malformed init.vim neoray starts without creating window, or any error messages.
init.vim
Steps to reproduce
neoray
[TRACE] [NVIM] Neovim version 0.6.0 [TRACE] [NEORAY] Glfw version: 3.3.4 X11 GLX EGL OSMesa clock_gettime evdev [TRACE] [RENDERER] Opengl Version: 4.6 (Core Profile) Mesa 21.2.6
While nvim shows message:
Error detected while processing /home/tbunyk/.config/nvim/init.vim: line 1: E15: Invalid expression: \
It would be nice to have same feedback in neoray, instead of silently refusing to render.
Your neoray config in init.vim
let g:coc_global_extensions = [ \ "'coc-tsserver' \ \ ]
You are right. Neoray must handle like this situations. But I am so busy currently. I will try to fix tis soon.
Please complete the following information:
Describe the bug Given malformed
init.vim
neoray starts without creating window, or any error messages.Steps to reproduce
init.vim
contents like in example below.neoray
While nvim shows message:
It would be nice to have same feedback in neoray, instead of silently refusing to render.
Your neoray config in init.vim