feat(nvim) remove git status from sidebar
This commit is contained in:
parent
a5498ff3ab
commit
7fcecff689
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ require("sidebar-nvim").setup {
|
|||
initial_width = 35,
|
||||
hide_statusline = true,
|
||||
update_interval = 1000,
|
||||
sections = { "git", "diagnostics", "symbols", "todos" },
|
||||
sections = { "diagnostics", "symbols", "todos" },
|
||||
section_separator = {"", "-----", ""},
|
||||
containers = {
|
||||
attach_shell = "/bin/sh", show_all = true, interval = 5000,
|
||||
|
|
Loading…
Add table
Reference in a new issue