Add markdown & rst packages and add esbonio configuration

This commit is contained in:
Sonny Bakker 2026-01-16 10:21:23 +01:00
parent 347104529f
commit f7839aec33
3 changed files with 9 additions and 1 deletions

View file

@ -103,6 +103,12 @@ vim.lsp.config['lua_ls'] = {
}
}
-- Use system binary for esbonio
vim.lsp.config['esbonio'] = {
on_attach = on_attach,
capabilities = capabilities,
cmd = { '/usr/bin/esbonio' }
}
{% endif %}
vim.lsp.config['yamlls'] = {
on_attach = on_attach,