Skip to content

Commit f684416

Browse files
Jedrzej OrbikJedrzej Orbik
authored andcommitted
Enable indent highlight
1 parent 855a926 commit f684416

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

stow/common/dot-config/nvim/lua/plugins.lua

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,6 @@ local plugins = {
329329
IlluminatedWordText = {bg = '$bg2'},
330330
IlluminatedWordRead = {bg = '$bg2'},
331331
IlluminatedWordWrite = {bg = '$bg2'},
332-
IblIndent = { fg = '$bg3', fmt = "nocombine" },
333332
MsgArea = { fg = '$fg' },
334333
MatchParen = {fg = '$orange', bg = 'none', fmt = "bold" },
335334
-- winbar needs to be set on current nightly
@@ -485,7 +484,7 @@ local plugins = {
485484
"TelescopeResults",
486485
},
487486
},
488-
scope = { enabled = false },
487+
scope = {show_start = false, show_end = false},
489488
},
490489
cond = not_vscode
491490
},

0 commit comments

Comments
 (0)