@@ -192,6 +192,13 @@ gls.left[12] = {
highlight = {colors.blue,colors.bg},
}
+gls.left[13] = {
+ DiagnosticInfo = {
+ provider = 'DiagnosticInfo',
+ icon = ' ',
+ highlight = {colors.orange,colors.bg},
+ }
+}
gls.right[1]= {
FileFormat = {
provider = 'FileFormat',
@@ -6,6 +6,7 @@ syntax on
colorscheme nvcode
" colorscheme onedark
" colorscheme TSnazzy
+" colorscheme aurora
" checks if your terminal has 24-bit color support