fix: switch lsp to dignostic position

This commit is contained in:
asep komarudin 2024-02-23 20:12:48 +07:00
parent 9fd84a85f3
commit 808891c37b
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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 },