Update indent_blankline config

This commit is contained in:
2021-12-27 22:25:49 +03:00
parent a51dda2302
commit 6e22346936
2 changed files with 5 additions and 5 deletions

4
TODO.md Normal file
View File

@@ -0,0 +1,4 @@
# To-Do
- [ ] Style git things in nvim-tree.lua more nicely (like in vscode)
- [ ] Find a way to not show gitsigns, when the file is new

View File

@@ -162,11 +162,7 @@ require("gitsigns").setup({
}
})
require("indent_blankline").setup({
space_char_blankline = " ",
show_current_context = true,
show_current_context_start = true
})
require("indent_blankline").setup({show_end_of_line = true})
-- require("trouble").setup()