Update init.lua
Fix Stylua Check error.
This commit is contained in:
parent
dbd6c80cb7
commit
bc32d1131e
4
init.lua
4
init.lua
@ -699,7 +699,9 @@ require('lazy').setup({
|
||||
-- should_enable: a callback that overrides all other settings to
|
||||
-- enable/disable illumination. This will be called a lot so don't do
|
||||
-- anything expensive in it.
|
||||
should_enable = function(bufnr) return true end,
|
||||
should_enable = function(bufnr)
|
||||
return true
|
||||
end,
|
||||
-- case_insensitive_regex: sets regex case sensitivity
|
||||
case_insensitive_regex = false,
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user