add: remove of unused plugins

This commit is contained in:
asep komarudin 2024-03-02 18:32:21 +07:00
parent 02ea286c83
commit 53b42062e3
7 changed files with 25 additions and 17 deletions

View file

@ -137,6 +137,12 @@ return {
end
end
local lsp_progress = {}
local data_ok, lspprogress = pcall(require, "lsp-progress")
if data_ok then
lsp_progress = lspprogress.progress
end
require("lualine").setup({
options = {
theme = "auto",
@ -162,7 +168,7 @@ return {
mode,
},
lualine_b = { get_branch },
lualine_c = { lsp_info, diagnostics },
lualine_c = { lsp_info, diagnostics, lsp_progress },
lualine_x = { diff, spaces, "filetype" },
lualine_y = { "progress" },
lualine_z = {