updates
This commit is contained in:
parent
c37c82bd63
commit
718313b367
@ -84,15 +84,5 @@ require('mason-lspconfig').setup_handlers {
|
||||
}
|
||||
},
|
||||
}
|
||||
require("lspconfig")['yamlls'].setup {
|
||||
on_attach = on_attach,
|
||||
flags = lsp_flags,
|
||||
capabilities = capabilities,
|
||||
settings = {
|
||||
yaml = {
|
||||
keyOrdering = false
|
||||
}
|
||||
},
|
||||
}
|
||||
end
|
||||
}
|
||||
|
@ -434,8 +434,16 @@ return {
|
||||
animation = true,
|
||||
closable = true,
|
||||
clickable = true,
|
||||
icon_separator_active = ' ',
|
||||
icon_separator_inactive = ' ',
|
||||
icons = {
|
||||
seperator = {
|
||||
left = ' ',
|
||||
},
|
||||
incactive = {
|
||||
seperator = {
|
||||
left = ' ',
|
||||
},
|
||||
},
|
||||
}
|
||||
}
|
||||
end
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user