mirror of
https://codeberg.org/diginaut/dotfiles.git
synced 2026-02-04 06:40:25 +01:00
Removed 'todo' again, it's not handled by Treesitter
This commit is contained in:
@@ -22,7 +22,6 @@ return {
|
|||||||
"html",
|
"html",
|
||||||
"toml",
|
"toml",
|
||||||
"yaml",
|
"yaml",
|
||||||
"todo",
|
|
||||||
})
|
})
|
||||||
|
|
||||||
vim.api.nvim_create_autocmd("FileType", {
|
vim.api.nvim_create_autocmd("FileType", {
|
||||||
@@ -43,7 +42,6 @@ return {
|
|||||||
"html",
|
"html",
|
||||||
"toml",
|
"toml",
|
||||||
"yaml",
|
"yaml",
|
||||||
"todo",
|
|
||||||
},
|
},
|
||||||
callback = function()
|
callback = function()
|
||||||
-- syntax highlighting, provided by Neovim
|
-- syntax highlighting, provided by Neovim
|
||||||
|
|||||||
Reference in New Issue
Block a user