Frank Bearoff
Frank Bearoff
> > What is your Neovim version? I'm trying your minimal init.vim, and the only problem that I can see is that the float window with additional information doesn't appear...
> > Perhaps the following? I don't have an environment to test it in: > > ```diff > > diff --git a/zsh-vi-mode.zsh b/zsh-vi-mode.zsh > > index c8cce0b..abea50f 100644 > >...
I am seeing the same issue above with the pubmed importer
For floats the default in neovim is to open under the cursor, the buffer of the float window is able to be entered if you issue the command that spawned...
Awesome, thanks! I agree on languageserver since it provides the help files already, wish it had better formatting, NVim-R's docs look much nicer.
You can add new HL groups in the overrides section of the config, here are some suggestions for the `wave` theme: ```lua TSRainbowRed = { fg = colors.palette.autumnRed }, TSRainbowYellow...