Skip to content

Commit

Permalink
Up(nvim): 0.5.1 to 0.6.0: update highlight groups
Browse files Browse the repository at this point in the history
update LSP highlight groups in gruvbox-material colorscheme

tags:
    LSP, highlight groups, version bump, software update
  • Loading branch information
PrashanthaTP committed Dec 13, 2021
1 parent 714d03e commit 9a03ce7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .config/nvim/lua/plugins/gruvbox-material/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ vim.g.gruvbox_material_better_performance = 1
vim.g.gruvbox_material_transparent_background = 1
vim.cmd([[colorscheme gruvbox-material ]])
vim.cmd([[hi! Normal ctermbg=NONE guibg=NONE cterm=NONE gui=NONE]])
--vim.cmd([[hi! NonText ctermbg=NONE guibg=NONE cterm=NONE gui=NONE]])
-- vim.cmd([[hi! NonText ctermbg=NONE guibg=NONE cterm=NONE gui=NONE]])

--vim.cmd([[colorscheme gruvbox-material]])
--require('plugins.syntax.gruvbox')
-- vim.cmd([[colorscheme gruvbox-material]])
-- require('plugins.syntax.gruvbox')

vim.cmd([[
"highlight! LspDiagnosticsVirtualTextHint guifg=#FF0000 ctermfg=Red
highlight! LspDiagnosticsVirtualTextWarning guifg=Red ctermfg=Red
highlight! LspDiagnosticsVirtualTextError guifg=Red ctermfg=Red
highlight! LspDiagnosticsDefaultWarning guifg=#FF0000 ctermfg=Red
highlight! LspDiagnosticsDefaultError guifg=#FF0000 ctermfg=Red
"highlight! DiagnosticVirtualTextHint guifg=#FF0000 ctermfg=Red
highlight! DiagnosticVirtualTextWarning guifg=Red ctermfg=Red
highlight! DiagnosticVirtualTextError guifg=Red ctermfg=Red
highlight! DiagnosticSignWarn guifg=#FF0000 ctermfg=Red
highlight! DiagnosticSignError guifg=#FF0000 ctermfg=Red
]])

0 comments on commit 9a03ce7

Please sign in to comment.