mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-04 16:48:39 +00:00
chore(nvim): small tweaks, documentation
This commit is contained in:
@@ -15,7 +15,7 @@ return {
|
||||
|
||||
floating_window = true, -- show hint in a floating window, set to false for virtual text only mode
|
||||
|
||||
floating_window_above_cur_line = false, -- try to place the floating above the current line when possible Note:
|
||||
floating_window_above_cur_line = true, -- try to place the floating above the current line when possible Note:
|
||||
-- will set to true when fully tested, set to false will use whichever side has more space
|
||||
-- this setting will be helpful if you do not want the PUM and floating win overlap
|
||||
close_timeout = 4000, -- close floating window after ms when laster parameter is entered
|
||||
|
||||
Reference in New Issue
Block a user