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

@@ -195,4 +195,16 @@ require("lz.n").load({
})
end,
},
{
"zen-mode.nvim",
after = function()
require("zen-mode").setup({
window = {
options = {
linebreak = true,
},
},
})
end,
},
})