refactor: rename 'preview' config to 'preview_win'

This commit is contained in:
Steven Arcangeli 2024-11-10 15:56:15 -08:00
parent 1f5b002270
commit eb5497f0ac
4 changed files with 10 additions and 6 deletions

View file

@ -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()