From 808891c37b29ba3addc4a304729b64be4fcedd10 Mon Sep 17 00:00:00 2001 From: asep komarudin Date: Fri, 23 Feb 2024 20:12:48 +0700 Subject: [PATCH] fix: switch lsp to dignostic position --- lua/custom/default.lua | 2 +- lua/user/lualine.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/custom/default.lua b/lua/custom/default.lua index c6b3f03..a16bbcc 100644 --- a/lua/custom/default.lua +++ b/lua/custom/default.lua @@ -26,7 +26,7 @@ vim.g.pcode_colorscheme = "tokyonight" -- dracula -- nightfox -- 0 =off 1= on -vim.g.pcode_transparent_mode = 1 +vim.g.pcode_transparent_mode = 0 -- 0 disable progress -- 1 lualine lsp progress diff --git a/lua/user/lualine.lua b/lua/user/lualine.lua index 3151470..67fdb73 100644 --- a/lua/user/lualine.lua +++ b/lua/user/lualine.lua @@ -253,7 +253,7 @@ lualine.setup({ sections = { lualine_a = { mode }, lualine_b = { branch }, - lualine_c = { diagnostics, lsp_info, lsp_progress }, + lualine_c = { lsp_info, diagnostics, lsp_progress }, -- lualine_c = { file_name, lsp_info }, -- lualine_x = { "encoding", "fileformat", "filetype" }, -- lualine_x = { diff, spaces, "encoding", filetype },