Update statusline.lua
This commit is contained in:
parent
afcacf1726
commit
56532ddb84
|
@ -1,7 +1,7 @@
|
|||
local gl = require("galaxyline")
|
||||
local gls = gl.section
|
||||
|
||||
gl.short_line_list = {"defx", "vista", "dbui", "vista_markdown", "packer"}
|
||||
gl.short_line_list = {" "} -- keeping this table { } as empty will show inactive statuslines
|
||||
|
||||
local colors = {
|
||||
bg = "#22262e",
|
||||
|
|
Loading…
Reference in New Issue