Add indent-blankline configuration

This commit is contained in:
Sonny Bakker 2024-08-07 16:58:45 +02:00
parent 6de369fbbb
commit b53e644f7e
5 changed files with 22 additions and 1 deletions

View file

@ -9,3 +9,4 @@ require('tree-sitter')
require('lua-line')
require('git-signs')
require('_telescope')
require('indent-blankline')

View file

@ -0,0 +1,10 @@
-- {{ ansible_managed }}
local indent_blankline = require("ibl");
indent_blankline.setup {
scope = {
show_start = false,
show_end = false,
}
}