Добавил автокоманду для сборки templ

This commit is contained in:
Alexander Neonxp Kiryukhin 2025-04-24 13:01:05 +03:00
parent 9ce255278b
commit e460676b0a
Signed by: NeonXP
SSH key fingerprint: SHA256:SVt7TjxbVc87m1QYaQziOJ0N3OCFURv2g76gD/UTTXI
4 changed files with 62 additions and 7 deletions

View file

@ -37,9 +37,6 @@ local options = {
syntax = "on",
foldmethod = "expr",
foldexpr = "nvim_treesitter#foldexpr()",
foldnestmax = 4,
foldlevel = 99,
foldlevelstart = 1,
}
vim.opt.shortmess:append("c")