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 {
133
133
await fn . win_execute (
134
134
denops ,
135
135
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" ,
137
137
) ;
138
138
139
139
signal ?. throwIfAborted ( ) ;
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ export class PreviewComponent extends BaseComponent {
164
164
await fn . win_execute (
165
165
denops ,
166
166
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 ` ,
168
168
) ;
169
169
// Move cursor
170
170
await fn . win_execute (
You can’t perform that action at this time.
0 commit comments