mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-22 21:30:51 +00:00
feat: update statusline icons
This commit is contained in:
parent
54305d50fa
commit
41c23f2e51
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ with lib; {
|
||||||
"diagnostics",
|
"diagnostics",
|
||||||
sources = {'nvim_lsp'},
|
sources = {'nvim_lsp'},
|
||||||
separator = '',
|
separator = '',
|
||||||
symbols = {error = '', warn = '', info = '', hint = ''},
|
symbols = {error = '', warn = '', info = '', hint = ''},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"filetype",
|
"filetype",
|
||||||
|
|
Loading…
Reference in a new issue