mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 22:59:15 +00:00
ref(nvim): huge cleanup
This commit is contained in:
parent
8386245841
commit
aa105e0200
8 changed files with 119 additions and 244 deletions
|
|
@ -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,
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue