Hibiki
Hibiki
I'm considering adding `CMAKE_DEPS_CONFIGURE_FLAGS`: ```sh CC=zigcc CXX=zigc++ make -C neovim \ CMAKE_BUILD_TYPE=RelWithDebInfo \ CMAKE_EXTRA_FLAGS='-DUSERNAME=${{ github.actor }} -DHOSTNAME=${{ github.repositoryurl }} -DCMAKE_INSTALL_PREFIX=${{ github.workspace }}/build -DCMAKE_DEPS_CONFIGURE_FLAGS="--host=${{ matrix.target }}"' ```
I tried at previous [commit](https://github.com/neovim/neovim/tree/e15d31b530c443daea04d7a772b24da737397c53) of your mentioned PR but it still failed: [244](https://github.com/4513ECHO/neovim-prebuilt/runs/7595000007?check_suite_focus=true#step:7:245) checking whether we are cross compiling... configure: error: in `/home/runner/work/neovim-prebuilt/neovim-prebuilt/neovim/.deps/build/src/libuv-build`: [245](https://github.com/4513ECHO/neovim-prebuilt/runs/7595000007?check_suite_focus=true#step:7:246) configure: error: cannot run C...
But that commit used `--host`: https://github.com/neovim/neovim/blob/e15d31b530c443daea04d7a772b24da737397c53/third-party/cmake/BuildLibuv.cmake#L54-L57 I don't understand why it failed.
Using `|` in lexima.vim is tricky a bit. You have to use `` instead of actual `|` in `char` . It is native vim's way. Please see `:help map-bar`. lexima.vim...
Or, I think lexima.vim should report user-friendly error when `lexima#add_rule()` receive invalid char as `{lhs}`.
How doesn't it work? As we've told before, we have to know the difference between `String` and `Regex`. ( There is the docuemnt about type of properties in `:help lexima-rules`....
By this problem, highlights are cleared if use with colorschemes which does not support vim-lsp. Many colorschemes does not have support for vim-lsp, so it is serious problem.
Did you do `Plug 'itchyny/lightline.vim'` ?
terminal  Python 
Markdown 