Zkrallah
Zkrallah
Hello @marks0mmers, I've encountered this issue with the following version: ``` NVIM v0.11.0-dev Build type: RelWithDebInfo LuaJIT 2.1.0-beta3 ``` However, when I switch to the stable release version, for example:...
Hello @lurvas777 , Do you also use a `RelWithDebInfo` buil type?
1- The first installation (that causes the error): ``` sudo add-apt-repository -y ppa:neovim-ppa/unstable sudo apt-get update sudo apt-get install -y neovim ``` After running `:version` command: ``` NVIM v0.11.0-dev Build...