File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ export class ListComponent extends BaseComponent {
133133 await fn . win_execute (
134134 denops ,
135135 winid ,
136- "setlocal cursorline signcolumn=yes nowrap nolist nofoldenable nonumber norelativenumber filetype=fall-list" ,
136+ "setlocal cursorline cursorlineopt=line signcolumn=yes nowrap nolist nofoldenable nonumber norelativenumber filetype=fall-list" ,
137137 ) ;
138138
139139 signal ?. throwIfAborted ( ) ;
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ export class PreviewComponent extends BaseComponent {
164164 await fn . win_execute (
165165 denops ,
166166 winid ,
167- `silent! setlocal buftype=nofile bufhidden=wipe nobuflisted noswapfile nomodifiable nowrap cursorline` ,
167+ `silent! setlocal buftype=nofile bufhidden=wipe nobuflisted noswapfile nomodifiable nowrap cursorline cursorlineopt=number,line ` ,
168168 ) ;
169169 // Move cursor
170170 await fn . win_execute (
You can’t perform that action at this time.
0 commit comments