This commit is contained in:
Bryan Ramos 2023-04-19 18:21:24 -04:00
parent e9a1605db5
commit 3f3a9b2950
2 changed files with 22 additions and 18 deletions

View file

@ -1,3 +1,5 @@
vim = vim or {}
-- Line Numbering -- Line Numbering
vim.o.relativenumber = true vim.o.relativenumber = true
vim.o.number = true vim.o.number = true
@ -56,3 +58,6 @@
on_attach = on_attach, on_attach = on_attach,
} }
end end
vim.cmd('highlight! link LspDiagnosticsVirtualTextError LspDiagnosticsVirtualTextErrorTransparent')
vim.cmd('highlight! LspDiagnosticsVirtualTextErrorTransparent guibg=none gui=none blend=50')

View file

@ -74,7 +74,6 @@ return packer.startup(function(use)
end end
} }
-- Color Preview -- Color Preview
use { 'ap/vim-css-color', use { 'ap/vim-css-color',
ft = { ft = {