mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-07-14 19:34:27 +02:00
update error lens
This commit is contained in:
parent
2325a91e12
commit
35f8874104
5 changed files with 81 additions and 3 deletions
|
@ -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" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue