Update indent_blankline config
This commit is contained in:
4
TODO.md
Normal file
4
TODO.md
Normal 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
|
||||
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user