update error lens

This commit is contained in:
asep komarudin 2023-03-16 17:56:13 +07:00
parent 2325a91e12
commit 35f8874104
5 changed files with 81 additions and 3 deletions

View file

@ -7,6 +7,7 @@ end
vim.opt.rtp:prepend(vim.env.LAZY or lazypath)
vim.g.mapleader = " "
vim.g.maplocalleader = " "
vim.diagnostic.config({ virtual_lines = false })
require("lazy").setup({
spec = {
{ import = "plugins" },