all repos

init.lua @ 9225cc3

my nvim config
1 files changed, 1 insertions(+), 1 deletions(-)
desable statusline when telescope is open
Author: flof-ik ss2316544@gmail.com
Committed at: 2022-03-18 17:27:38 +0200
Parent: 6a7a03f
M lua/fk/plugin/statusline.lua

@@ -4,7 +4,7 @@ theme = "tokyonight",

globalstatus = true, component_separators = { "", "" }, section_separators = { "", "" }, - disabled_filetypes = { "NvimTree", "Telescope", "NeogitStatus" }, + disabled_filetypes = { "NvimTree", "TelescopePrompt", "NeogitStatus" }, always_divide_middle = false, }, sections = {