This commit is contained in:
Belal Elsabbagh
2025-12-15 12:36:24 +02:00
parent 89bc2940dd
commit 96cbac195e
3 changed files with 27 additions and 6 deletions

View File

@@ -17,6 +17,27 @@ return {
path = 1,
},
},
lualine_x = {
{
'lsp_status',
icon = '', -- f013
symbols = {
-- Standard unicode symbols to cycle through for LSP progress:
spinner = { '', '', '', '', '', '', '', '', '', '' },
-- Standard unicode symbol for when LSP is done:
done = '',
-- Delimiter inserted between LSP names:
separator = ' ',
},
-- List of LSP names to ignore (e.g., `null-ls`):
ignore_lsp = {},
-- Display the LSP name
show_name = true,
},
'encoding',
'fileformat',
'filetype',
},
},
},
}