Added the comments
This commit is contained in:
parent
04234e57b1
commit
09b415812d
@ -203,6 +203,7 @@ vim.lsp.handlers["textDocument/publishDiagnostics"] =
|
||||
vim.lsp.with(vim.lsp.diagnostic.on_publish_diagnostics,
|
||||
{update_in_insert = true})
|
||||
|
||||
-- Setup a yamlls plugin
|
||||
require'lspconfig'.yamlls.setup{
|
||||
settings = {
|
||||
json = {
|
||||
|
Loading…
Reference in New Issue
Block a user