Show diagnostics source
This commit is contained in:
parent
f45918c93d
commit
a3353cc601
1 changed files with 7 additions and 0 deletions
|
|
@ -147,3 +147,10 @@ cmp.setup({
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
vim.diagnostic.config({
|
||||||
|
float = {
|
||||||
|
source = 'always',
|
||||||
|
border = border
|
||||||
|
},
|
||||||
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue