1 files changed,
1 insertions(+),
10 deletions(-)
Author:
Smirnov Oleksandr
ss2316544@gmail.com
Committed at:
2024-08-04 15:58:51 +0300
Parent:
dccb708
M
lua/plugins/lualine.lua
@@ -1,4 +1,3 @@
-local u = require "core.utils" local c = { mode = { function()@@ -26,14 +25,6 @@ return "[" .. client_names_str .. "]"
end end, }, - qf_status = { - function() - if u.get_qf_status() then - return "●" - end - return "" - end, - }, harpoon_status = { require("scratch.harpoon_status").status, cond = require("scratch.harpoon_status").exists,@@ -62,7 +53,7 @@ sections = {
lualine_a = { c.mode }, lualine_b = {}, lualine_c = { c.harpoon_status, "filename", "branch", c.diagnostic }, - lualine_x = { c.qf_status, c.lsp, "diff" }, + lualine_x = { c.lsp, "diff" }, lualine_y = {}, lualine_z = { c.location }, },