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
|
end
|
||||||
}
|
}
|
||||||
|
@ -434,8 +434,16 @@ return {
|
|||||||
animation = true,
|
animation = true,
|
||||||
closable = true,
|
closable = true,
|
||||||
clickable = true,
|
clickable = true,
|
||||||
icon_separator_active = ' ',
|
icons = {
|
||||||
icon_separator_inactive = ' ',
|
seperator = {
|
||||||
|
left = ' ',
|
||||||
|
},
|
||||||
|
incactive = {
|
||||||
|
seperator = {
|
||||||
|
left = ' ',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user