updated nvim config to 0.11 lsp
This commit is contained in:
parent
af6b443ef6
commit
04e711f146
5 changed files with 49 additions and 63 deletions
6
nvim/lua/config/lsp.lua
Normal file
6
nvim/lua/config/lsp.lua
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
vim.diagnostic.config({
|
||||
virtual_lines = {
|
||||
current_line = true,
|
||||
}
|
||||
})
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue