This commit is contained in:
abs3nt 2023-04-08 22:43:33 -07:00
parent c37c82bd63
commit 718313b367
Signed by: abs3nt
GPG Key ID: FDC6662313FA9386
2 changed files with 10 additions and 12 deletions

View File

@ -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
} }

View File

@ -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
}, },