Add CoC info

This commit is contained in:
Chris 2020-11-01 11:46:03 -05:00
parent a745036903
commit 0877a57ab4
2 changed files with 8 additions and 0 deletions

View file

@ -192,6 +192,13 @@ gls.left[12] = {
highlight = {colors.blue,colors.bg}, highlight = {colors.blue,colors.bg},
} }
} }
gls.left[13] = {
DiagnosticInfo = {
provider = 'DiagnosticInfo',
icon = '',
highlight = {colors.orange,colors.bg},
}
}
gls.right[1]= { gls.right[1]= {
FileFormat = { FileFormat = {
provider = 'FileFormat', provider = 'FileFormat',

View file

@ -6,6 +6,7 @@ syntax on
colorscheme nvcode colorscheme nvcode
" colorscheme onedark " colorscheme onedark
" colorscheme TSnazzy " colorscheme TSnazzy
" colorscheme aurora
" checks if your terminal has 24-bit color support " checks if your terminal has 24-bit color support