feat(lualine): better lualine with git status, diagnostics and navic lsp information (#15)

This commit is contained in:
Andreas Gerlach 2023-01-06 07:27:28 +01:00 committed by GitHub
parent 6bfba2d669
commit d74759de76
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 40 additions and 7 deletions

View file

@ -7,6 +7,11 @@ local settings = {
Hint = "",
Info = "",
},
git = {
added = "",
modified = "",
removed = "",
},
kinds = {
Class = "",
Color = "",