mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-03 09:35:26 +02:00
fix
This commit is contained in:
parent
3550d7c06a
commit
a144fd5249
1 changed files with 11 additions and 0 deletions
|
@ -58,6 +58,17 @@ O = {
|
|||
sidescrolloff = 8,
|
||||
},
|
||||
|
||||
lsp = {
|
||||
diagnostics = {
|
||||
virtual_text = {
|
||||
prefix = "",
|
||||
spacing = 0,
|
||||
},
|
||||
signs = true,
|
||||
underline = true,
|
||||
},
|
||||
},
|
||||
|
||||
plugin = {},
|
||||
|
||||
-- TODO: refactor for tree
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue