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 @@ -157,7 +157,7 @@ export class InputComponent extends BaseComponent {
157157 await fn . win_execute (
158158 denops ,
159159 this . info ! . winid ,
160- "setlocal signcolumn=no nofoldenable nonumber norelativenumber" ,
160+ "setlocal signcolumn=no nofoldenable nonumber norelativenumber filetype=fall-input " ,
161161 ) ;
162162 this . forceRender ( ) ;
163163 return stack . move ( ) ;
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ export class ListComponent extends BaseComponent {
6565 await fn . win_execute (
6666 denops ,
6767 winid ,
68- "setlocal cursorline signcolumn=yes nowrap nofoldenable nonumber norelativenumber" ,
68+ "setlocal cursorline signcolumn=yes nowrap nofoldenable nonumber norelativenumber filetype=fall-list " ,
6969 ) ;
7070
7171 signal ?. throwIfAborted ( ) ;
You can’t perform that action at this time.
0 commit comments