Improve typst experience in neovim

This commit is contained in:
2025-12-01 23:30:29 +01:00
parent ef4c190005
commit 830c3ebe5a
3 changed files with 37 additions and 0 deletions

View File

@@ -161,6 +161,24 @@ require("lz.n").load({
vim.lsp.enable("basedpyright")
vim.lsp.enable("astro")
vim.lsp.config("tinymist", {
settings = {
tinymist = {
formatterMode = "typstyle",
},
},
})
vim.lsp.enable("tinymist")
vim.lsp.config("ltex_plus", {
settings = {
ltex = {
language = "nl",
},
},
})
vim.lsp.enable("ltex_plus")
end,
},
},