ref(nvim): huge cleanup

This commit is contained in:
Léana 江 2023-10-23 20:34:26 +02:00 committed by Léana 江
parent 8386245841
commit aa105e0200
8 changed files with 119 additions and 244 deletions

View file

@ -1,3 +1,12 @@
require "ibl".setup {
indent = { char = "", },
indent = {
char = "",
smart_indent_cap = true,
},
scope = {
char = "",
enabled = true,
show_start = false,
show_end = false,
}
}