Skip to content

Commit

Permalink
missing virtualTexthl breaks lcn (#468)
Browse files Browse the repository at this point in the history
  • Loading branch information
circld committed Dec 21, 2020
1 parent b664e0d commit d939827
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions layers/+tools/lsp/config.vim
Original file line number Diff line number Diff line change
Expand Up @@ -79,24 +79,28 @@ function! s:lcn() abort
\ "texthl": "Error",
\ "signText": "",
\ "signTexthl": "ErrorMsg",
\ "virtualTexthl": "ErrorMsg",
\ },
\ 2: {
\ "name": "Warning",
\ "texthl": "Warning",
\ "signText": "",
\ "signTexthl": "WarningMsg",
\ "virtualTexthl": "WarningMsg",
\ },
\ 3: {
\ "name": "Information",
\ "texthl": "Type",
\ "signText": "",
\ "signTexthl": "Type",
\ "virtualTexthl": "Type",
\ },
\ 4: {
\ "name": "Hint",
\ "texthl": "String",
\ "signText": "",
\ "signTexthl": "String",
\ "virtualTexthl": "String",
\ },
\ }

Expand Down

0 comments on commit d939827

Please sign in to comment.