Added typos to detect spelling errors
This commit is contained in:
parent
ba2eae281b
commit
f37e2a26dd
|
@ -44,6 +44,11 @@ tools.servers = {
|
||||||
taplo = {},
|
taplo = {},
|
||||||
neocmake = {},
|
neocmake = {},
|
||||||
nil_ls = {},
|
nil_ls = {},
|
||||||
|
typos_lsp = {
|
||||||
|
init_options = {
|
||||||
|
diagnosticSeverity = "Hint",
|
||||||
|
},
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
-- https://github.com/stevearc/conform.nvim
|
-- https://github.com/stevearc/conform.nvim
|
||||||
|
|
Loading…
Reference in New Issue
Block a user