feat(nvim) remove git status from sidebar

This commit is contained in:
Bruno Carlin 2022-04-02 22:39:46 +02:00
parent a5498ff3ab
commit 7fcecff689

View file

@ -6,7 +6,7 @@ require("sidebar-nvim").setup {
initial_width = 35, initial_width = 35,
hide_statusline = true, hide_statusline = true,
update_interval = 1000, update_interval = 1000,
sections = { "git", "diagnostics", "symbols", "todos" }, sections = { "diagnostics", "symbols", "todos" },
section_separator = {"", "-----", ""}, section_separator = {"", "-----", ""},
containers = { containers = {
attach_shell = "/bin/sh", show_all = true, interval = 5000, attach_shell = "/bin/sh", show_all = true, interval = 5000,