mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-16 04:14:37 +02:00
feat(lualine): better lualine with git status, diagnostics and navic lsp information (#15)
This commit is contained in:
parent
6bfba2d669
commit
d74759de76
4 changed files with 40 additions and 7 deletions
|
@ -7,6 +7,11 @@ local settings = {
|
|||
Hint = " ",
|
||||
Info = " ",
|
||||
},
|
||||
git = {
|
||||
added = " ",
|
||||
modified = "柳",
|
||||
removed = " ",
|
||||
},
|
||||
kinds = {
|
||||
Class = " ",
|
||||
Color = " ",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue