feat(nvim): typst; tidy language specific configurations

This commit is contained in:
2025-11-22 22:03:21 +08:00
parent 9273df1ab8
commit 4ae4f3bb2b
12 changed files with 66 additions and 147 deletions

View File

@@ -281,6 +281,12 @@ local plugins = {
ft = "pest",
opts = {},
},
{
"nmac427/guess-indent.nvim",
event = "VeryLazy",
opts = {},
},
}
require("lazy").setup(plugins, {})