From da63f892c0c274f6bfb41a23cbf717d397825e35 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Wed, 21 Jan 2026 17:44:04 +0100 Subject: [PATCH] Removed 'todo' again, it's not handled by Treesitter --- .config/nvim/lua/plugins/treesitter.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/.config/nvim/lua/plugins/treesitter.lua b/.config/nvim/lua/plugins/treesitter.lua index 70ca8f6..03af220 100644 --- a/.config/nvim/lua/plugins/treesitter.lua +++ b/.config/nvim/lua/plugins/treesitter.lua @@ -22,7 +22,6 @@ return { "html", "toml", "yaml", - "todo", }) vim.api.nvim_create_autocmd("FileType", { @@ -43,7 +42,6 @@ return { "html", "toml", "yaml", - "todo", }, callback = function() -- syntax highlighting, provided by Neovim