LanguageClient-neovim icon indicating copy to clipboard operation
LanguageClient-neovim copied to clipboard

Add two options to set preview window for hover

Open weipeng1999 opened this issue 2 years ago • 0 comments

add following options to set preview window for hover:

  • g:LanguageClient_PreviewWindowLoc: the location of PreviewWindow, available is one of: “left”,"right","top","bottom". If setted to invalid value, put it in "top" like the default behavior of vim preview window.
  • g:LanguageClient_PreviewHeight: the size of PreviewWindow, inspired from vim option "previewheight"

weipeng1999 avatar May 25 '23 09:05 weipeng1999