You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This plugin uses an old-fashioned vimscript config style, so you have to do something like:
{
'skywind3000/vim-quickui',
init=function ()
-- Add some config to run BEFORE plugin/quickui.vim loadsvim.g.quickui_border_style=2end,
config=function ()
-- Add some config AFTER plugin/quickui.vim has been loadedvim.cmd[[ hi! QuickPreview guibg=#262d2d ]]end,
}
Hey there fellow mouse user, glad to know I'm not the only heretic.
Since you mention this should work with Neovim 0.4+, how would we configure this in the context of using the
lazy.nvim
plugin manager?The text was updated successfully, but these errors were encountered: