all repos

init.lua @ 0e667342eefb4f25e95478060de7eeb32690442c

my nvim config
1 files changed, 1 insertions(+), 7 deletions(-)
refactor(lualine): remove stuff from old config
Author: Olexandr Smirnov olexsmir@gmail.com
Committed at: 2025-08-19 14:40:55 +0300
Parent: 8690af1
M lua/plugins/lualine.lua

@@ -37,13 +37,7 @@ theme = "auto",

globalstatus = true, component_separators = { left = "", right = "" }, section_separators = { left = "", right = "" }, - disabled_filetypes = { - "NvimTree", - "TelescopePrompt", - "NeogitStatus", - "harpoon", - "lazy", - }, + disabled_filetypes = { "NeogitStatus", "lazy" }, }, sections = { lualine_a = { c.mode },