File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,6 @@ let g:scrollview_excluded_info_signs =
3434 \ [' changelist' , ' cursor' , ' latestchange' ])
3535let g: scrollview_floating_windows =
3636 \ get (g: , ' scrollview_floating_windows' , v: false )
37- let g: scrollview_signs_hidden_for_insert =
38- \ get (g: , ' scrollview_signs_hidden_for_insert' , [])
3937let g: scrollview_hide_bar_for_insert =
4038 \ get (g: , ' scrollview_hide_bar_for_insert' , v: false )
4139let g: scrollview_hide_on_cursor_intersect =
@@ -97,6 +95,8 @@ if has('nvim-0.10')
9795endif
9896
9997" *** General sign settings ***
98+ let g: scrollview_signs_hidden_for_insert =
99+ \ get (g: , ' scrollview_signs_hidden_for_insert' , [])
100100" The maximum number of signs shown per row. Set to -1 to have no limit.
101101" Set to 0 to disable signs.
102102let g: scrollview_signs_max_per_row =
You can’t perform that action at this time.
0 commit comments