all repos

init.lua @ 40b18ea

my nvim config
1 files changed, 1 insertions(+), 1 deletions(-)
Disable statusline for neogit
Author: flof-ik ss2316544@gmail.com
Committed at: 2022-03-15 12:18:10 +0200
Parent: c026ac0
M lua/fk/plugin/statusline.lua

@@ -3,7 +3,7 @@ options = {

theme = "tokyonight", component_separators = { "", "" }, section_separators = { "", "" }, - disabled_filetypes = { "NvimTree", "Telescope" }, + disabled_filetypes = { "NvimTree", "Telescope", "NeogitStatus" }, always_divide_middle = false, }, sections = {