add lsp diagnostic virtual text colors

This commit is contained in:
Ray Elliott 2021-09-04 14:20:45 +01:00
parent d4a4fde031
commit 88d230ea34
1 changed files with 5 additions and 1 deletions

View File

@ -5,6 +5,10 @@ if empty(glob('~/.config/nvim/autoload/plug.vim'))"
endif
call plug#begin('~/.config/nvim/bundle')
" colorscheme (temporary)
Plug 'https://github.com/marko-cerovac/material.nvim'
let g:material_style = 'lighter'
" evaluating
" #nvim-treesitter {{{
" https://github.com/nvim-treesitter/nvim-treesitter
@ -35,7 +39,7 @@ call plug#begin('~/.config/nvim/bundle')
" Check :h nvim-treesitter-commands for a list of all available commands. It may be necessary to reload the buffer (e.g., via :e) after enabling a module interactively.
"}}}
" #playground {{{
" #playground (temporary) {{{
" https://github.com/nvim-treesitter/playground
Plug 'nvim-treesitter/playground'
"}}}