Hibiki

Results 34 comments of 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 ![image](https://user-images.githubusercontent.com/81011153/158784172-5f95c6de-f8dd-46a6-b959-0acfd2fd1e3c.jpeg) Python ![image](https://user-images.githubusercontent.com/81011153/158784261-739449a4-453f-43fd-a34d-b8e04556d1fe.jpeg)

Markdown ![image](https://user-images.githubusercontent.com/81011153/158782331-145b6628-3c88-4293-812d-f686e49d9d9c.jpeg)