Skip to content

Commit 8ae9b77

Browse files
committed
Set linewise hybrid mode in markview
1 parent 94207b8 commit 8ae9b77

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lua/custom/plugins/init.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ return {
7272
},
7373
opts = {
7474
preview = {
75-
icon_provider = 'internal',
76-
'mini',
77-
'devicons',
75+
icon_provider = 'internal', -- 'mini', 'devicons',
76+
hybrid_modes = { 'n', 'no', 'c' },
77+
linewise_hybrid_mode = true,
7878
},
7979
},
8080
},

0 commit comments

Comments
 (0)