Skip to content

Commit

Permalink
Add CoC info
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris committed Nov 1, 2020
1 parent a745036 commit 0877a57
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lua/nvcodeline.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
1 change: 1 addition & 0 deletions themes/nvcode.vim
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ syntax on
colorscheme nvcode
" colorscheme onedark
" colorscheme TSnazzy
" colorscheme aurora


" checks if your terminal has 24-bit color support
Expand Down

0 comments on commit 0877a57

Please sign in to comment.