replaced things with ruff, old htmldjango highlighting

This commit is contained in:
2023-02-03 20:19:40 -06:00
parent 0a559cb7aa
commit 167589deb1
3 changed files with 9 additions and 10 deletions
+1 -1
View File
@@ -126,7 +126,7 @@ opt.mouse = ""
vim.cmd([[hi CursorLine cterm=NONE ctermbg=darkgray ctermfg=white]])
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.cmd([[au BufRead,BufNewFile *.html set filetype=html]])
-- redo folds on write
vim.cmd([[au BufWrite * normal zx]])