nvim: add markup and typst support

This commit is contained in:
insects 2025-04-14 16:44:59 +02:00
parent cc39b20de7
commit a5d911e955
3 changed files with 34 additions and 0 deletions

View file

@ -48,6 +48,12 @@ return {
},
},
},
{
"nvim-treesitter/nvim-treesitter",
build = function()
require("nvim-treesitter.install").update({ with_sync = true })()
end,
},
{
"stevearc/conform.nvim",
opts = {