Add Completion Window Options (#901)
* Add window.completion.side_padding and window.completion.col_offset * add col_offset and side_padding options to config/window
This commit is contained in:
10
doc/cmp.txt
10
doc/cmp.txt
@@ -560,6 +560,16 @@ window.{completion,documentation}.zindex~
|
||||
The completion window's zindex.
|
||||
See |nvim_open_win|.
|
||||
|
||||
*cmp-config.window.completion.col_offset*
|
||||
window.completion.col_offset~
|
||||
`number`
|
||||
Offsets the completion window relative to the cursor.
|
||||
|
||||
*cmp-config.window.completion.side_padding*
|
||||
window.completion.side_padding~
|
||||
`number`
|
||||
The ammount of padding to add on the completion window's sides
|
||||
|
||||
*cmp-config.window.documentation.max_width*
|
||||
window.documentation.max_width~
|
||||
`number`
|
||||
|
||||
Reference in New Issue
Block a user