refactor: rename 'preview' config to 'preview_win'
This commit is contained in:
parent
1f5b002270
commit
eb5497f0ac
4 changed files with 10 additions and 6 deletions
|
|
@ -407,7 +407,7 @@ M.initialize = function(bufnr)
|
|||
|
||||
constrain_cursor()
|
||||
|
||||
if config.preview.update_on_cursor_moved then
|
||||
if config.preview_win.update_on_cursor_moved then
|
||||
-- Debounce and update the preview window
|
||||
if timer then
|
||||
timer:again()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue