all repos

init.lua @ 5b33d0351ec0f6701a641b1422495a4ed4bac88d

my nvim config
1 files changed, 1 insertions(+), 1 deletions(-)
feat(statusline): ignore `packer` file type
Author: Smirnov Olexander ss2316544@gmail.com
Committed at: 2022-05-16 19:15:21 +0300
Parent: b3cbac1
M lua/configs/statusline.lua

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

globalstatus = true, component_separators = { left = "", right = "" }, section_separators = { left = "", right = "" }, - disabled_filetypes = { "NvimTree", "TelescopePrompt", "NeogitStatus" }, + disabled_filetypes = { "NvimTree", "TelescopePrompt", "NeogitStatus", "packer" }, }, sections = { lualine_a = { "filename" },