Added lsp status for lualine
This commit is contained in:
@@ -5,6 +5,7 @@ return {
|
||||
"nvim-tree/nvim-web-devicons",
|
||||
"AndreM222/copilot-lualine",
|
||||
"letieu/harpoon-lualine",
|
||||
"pnx/lualine-lsp-status",
|
||||
},
|
||||
config = function()
|
||||
local lualine = require("lualine")
|
||||
@@ -283,8 +284,8 @@ return {
|
||||
},
|
||||
sections = {
|
||||
lualine_a = { mode },
|
||||
-- lualine_b = { filename, branch },
|
||||
lualine_b = { branch },
|
||||
-- lualine_b = { filename, branch, "lsp-status" },
|
||||
lualine_b = { branch, "lsp-status" },
|
||||
-- lualine_c = { diagnostics, sep, harpoon },
|
||||
lualine_c = { sep, harpoon },
|
||||
-- lualine_x = { copilot, diff, fileformat, lazy, mason },
|
||||
|
||||
Reference in New Issue
Block a user