9 lines
179 B
Lua
9 lines
179 B
Lua
-- Configure the 'indent-blankline' plugin
|
|
-- Look at configuring this for rainbow blocks at some point
|
|
require('ibl').setup{
|
|
enabled = false,
|
|
indent = {
|
|
char = '|'
|
|
}
|
|
}
|