fix(config): fix missing comma (#11)
This commit is contained in:
parent
bae37abd75
commit
333d02c113
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ config.lsp = {
|
||||||
|
|
||||||
-- disable underline for diagnostic
|
-- disable underline for diagnostic
|
||||||
underline = false,
|
underline = false,
|
||||||
}
|
},
|
||||||
|
|
||||||
servers = {
|
servers = {
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue