1
0
mirror of https://codeberg.org/diginaut/dotfiles.git synced 2026-02-04 10:00:27 +01:00

Ported todo file syntax highlighting from vim

This commit is contained in:
2026-01-21 14:12:08 +01:00
parent e5b2f83f7b
commit 59f1dbec66
3 changed files with 6 additions and 1 deletions

View File

@@ -22,6 +22,7 @@ return {
"html",
"toml",
"yaml",
"todo",
})
vim.api.nvim_create_autocmd("FileType", {
@@ -42,6 +43,7 @@ return {
"html",
"toml",
"yaml",
"todo",
},
callback = function()
-- syntax highlighting, provided by Neovim