mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-30 12:24:28 +02:00
fix(plugins/cmp): allow negative values in window.completion.col_offset
This commit is contained in:
parent
c59f002ef7
commit
61858556ec
1 changed files with 1 additions and 1 deletions
|
@ -300,7 +300,7 @@ with lib; {
|
|||
See |'scrolloff'|.
|
||||
'';
|
||||
|
||||
col_offset = helpers.defaultNullOpts.mkUnsignedInt 0 ''
|
||||
col_offset = helpers.defaultNullOpts.mkInt 0 ''
|
||||
Offsets the completion window relative to the cursor.
|
||||
'';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue