all repos

init.lua @ 769ad45

my nvim config
1 files changed, 2 insertions(+), 3 deletions(-)
fix: statusline config
Author: Smirnov Alexander ss2316544@gmail.com
Committed at: 2022-03-26 19:08:59 +0200
Parent: c168ffe
M lua/fk/plugin/statusline.lua

@@ -2,10 +2,9 @@ require("lualine").setup {

options = { theme = "tokyonight", globalstatus = true, - component_separators = { "", "" }, - section_separators = { "", "" }, + component_separators = { left = "", right = "" }, + section_separators = { left = "", right = "" }, disabled_filetypes = { "NvimTree", "TelescopePrompt", "NeogitStatus" }, - always_divide_middle = false, }, sections = { lualine_a = { "filename" },