mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 16:39:04 +02:00
fix: switch lsp to dignostic position
This commit is contained in:
parent
9fd84a85f3
commit
808891c37b
2 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@ vim.g.pcode_colorscheme = "tokyonight"
|
||||||
-- dracula
|
-- dracula
|
||||||
-- nightfox
|
-- nightfox
|
||||||
-- 0 =off 1= on
|
-- 0 =off 1= on
|
||||||
vim.g.pcode_transparent_mode = 1
|
vim.g.pcode_transparent_mode = 0
|
||||||
|
|
||||||
-- 0 disable progress
|
-- 0 disable progress
|
||||||
-- 1 lualine lsp progress
|
-- 1 lualine lsp progress
|
||||||
|
|
|
@ -253,7 +253,7 @@ lualine.setup({
|
||||||
sections = {
|
sections = {
|
||||||
lualine_a = { mode },
|
lualine_a = { mode },
|
||||||
lualine_b = { branch },
|
lualine_b = { branch },
|
||||||
lualine_c = { diagnostics, lsp_info, lsp_progress },
|
lualine_c = { lsp_info, diagnostics, lsp_progress },
|
||||||
-- lualine_c = { file_name, lsp_info },
|
-- lualine_c = { file_name, lsp_info },
|
||||||
-- lualine_x = { "encoding", "fileformat", "filetype" },
|
-- lualine_x = { "encoding", "fileformat", "filetype" },
|
||||||
-- lualine_x = { diff, spaces, "encoding", filetype },
|
-- lualine_x = { diff, spaces, "encoding", filetype },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue