mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-14 11:43:41 +01:00
enable nvimtree indent markers
This commit is contained in:
parent
77fe1f76b3
commit
d7a535968c
1 changed files with 3 additions and 0 deletions
|
@ -7,4 +7,7 @@ require("nvim-tree").setup {
|
|||
git = {
|
||||
ignore = false,
|
||||
},
|
||||
renderer = {
|
||||
indent_markers = { enable = true },
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue