Frank Bearoff
Frank Bearoff
[nvim-navic](https://github.com/SmiteshP/nvim-navic) displays code context and has several definable highlight groups documented [here ](https://github.com/SmiteshP/nvim-navic#-customise). It would be great to get official kanagawa support for this. Thanks!
This fixes the incompatibility between zsh-vi-mode and [zsh-syntax-highlighting ](https://github.com/zsh-users/zsh-syntax-highlighting) on ZSH 5.9+ per this issue https://github.com/zsh-users/zsh-syntax-highlighting/issues/871 Tagging @danielshahaf for followup
Thanks for such a great plugin! Is there any chance we could direct the output of some of the commands to a floating window in neovim instead of a new...
Using the `rich=TRUE` option, the `place` argument is ignored. `hjust` and `vjust` options also stop working. Reproducible example below `ggplot(mtcars, aes( x = mpg, y = rownames(mtcars), label = rownames(mtcars),...