Hibiki
Hibiki
### Feature already in Vim? No, it is only about building neovim. ### Feature description I have tried cross-compiling in [4513ECHO/neovim-prebuilt](https://github.com/4513ECHO/neovim-prebuilt), but it has failed. According to the error message,...
## WHAT (Write what you need) afx does not read symlink again. The cause of the bug exists in between `v0.1.21` and `v0.1.22`. (see https://github.com/b4b4r07/afx/compare/v0.1.21...v0.1.22) My current `afx.yaml` is [here](https://gist.github.com/d4718d96739cf538b7822eb14acbe416)....
How about the plugin make better like [incsearch.vim](https://github.com/haya14busa/incsearch.vim#automatic-nohlsearch)? For example: set ```vim let g:traces_auto_nohlsearch = v:true ``` to enable the new feature.
When I changed colorscheme, highlights for virtual text and diagnostic were cleared. Please use `ColorScheme` autocmd and `highlight default link` command instead of `hlexists()`. as is ```vim if !hlexists('LspErrorHighlight') highlight...
Currently, `g:{colorscheme_name}_bold` and `g:{colorscheme_name}_italic` are always defined. However, it is not good for me. I don't want to define global variables. This feature should be able to be configured by...
**Is your feature request related to a problem? Please describe.** `gh extension install dlvhdr/gh-dash` is only working on amd64 because of the file is binary. With this there is no...
Thanks a lot for great language-server! I currently use computer which is `linux` and `aarch64` ( `arm64` ), and install taplo from cargo. I want to download pre-built binary from...
## Why This suggestion make the command better such as: * add syntax highlighting (`syntax/`) * add keymappings easily (`ftplugin/`) Thank you.
I tried to write some scripts that converting neovim's terminal colors to vim's terminal one. However, because of title, vim throw the error. I think, it is [estilo](https://github.com/jacoborus/estilo)'s bug. Please...
Screenshots
**Note: This colorscheme is still under development. Newer comments' screenshot is more similar with the actual situation.** - [x] Markdown - [x] terminal - [x] Python - [x] TypeScript -...