- cleaned up plugin files
- htmldjango snippets and highlight fix
This commit is contained in:
2024-05-01 20:11:35 -05:00
parent 1264a64a55
commit 0ec71045f4
8 changed files with 139 additions and 121 deletions
+1
View File
@@ -140,6 +140,7 @@ opt.mouse = ""
vim.cmd([[au BufRead,BufNewFile .env.* set filetype=sh]])
vim.cmd([[au BufRead,BufNewFile Dockerfile.* set filetype=dockerfile]])
--vim.cmd([[au BufRead,BufNewFile *.html set filetype=html]])
vim.filetype.add({ extension = { templ = "templ" } })
-- redo folds on write
vim.cmd([[au BufWrite * normal zx]])