all repos

init.lua @ 064f48a

my nvim config
1 files changed, 1 insertions(+), 0 deletions(-)
enable global statusline
Author: flof-ik ss2316544@gmail.com
Committed at: 2022-03-18 12:06:12 +0200
Parent: c674c82
M lua/fk/plugin/statusline.lua

@@ -1,6 +1,7 @@

require("lualine").setup { options = { theme = "tokyonight", + globalstatus = true, component_separators = { "", "" }, section_separators = { "", "" }, disabled_filetypes = { "NvimTree", "Telescope", "NeogitStatus" },