We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 855a926 commit f684416Copy full SHA for f684416
stow/common/dot-config/nvim/lua/plugins.lua
@@ -329,7 +329,6 @@ local plugins = {
329
IlluminatedWordText = {bg = '$bg2'},
330
IlluminatedWordRead = {bg = '$bg2'},
331
IlluminatedWordWrite = {bg = '$bg2'},
332
- IblIndent = { fg = '$bg3', fmt = "nocombine" },
333
MsgArea = { fg = '$fg' },
334
MatchParen = {fg = '$orange', bg = 'none', fmt = "bold" },
335
-- winbar needs to be set on current nightly
@@ -485,7 +484,7 @@ local plugins = {
485
484
"TelescopeResults",
486
},
487
488
- scope = { enabled = false },
+ scope = {show_start = false, show_end = false},
489
490
cond = not_vscode
491
0 commit comments