Big cleanup for a big commit.
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
local M = {}
|
||||
|
||||
function M.setup()
|
||||
require("ibl").setup({
|
||||
indent = {
|
||||
char = "│",
|
||||
},
|
||||
|
||||
scope = {
|
||||
show_start = false,
|
||||
show_end = false,
|
||||
},
|
||||
})
|
||||
end
|
||||
|
||||
return M
|
||||
Reference in New Issue
Block a user