From 87aa9b6c6a6d394fabd12b5314b36ce27930159a Mon Sep 17 00:00:00 2001 From: Taken Date: Mon, 30 Sep 2024 19:23:20 +0200 Subject: [PATCH] Added lsp status for lualine --- lua/taken/plugins/lualine.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lua/taken/plugins/lualine.lua b/lua/taken/plugins/lualine.lua index 73d50d2..96e9eaf 100644 --- a/lua/taken/plugins/lualine.lua +++ b/lua/taken/plugins/lualine.lua @@ -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 },