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