diff --git a/lua/plugins/misc.lua b/lua/plugins/misc.lua index 1146615..ca6e53d 100644 --- a/lua/plugins/misc.lua +++ b/lua/plugins/misc.lua @@ -21,13 +21,6 @@ return { dependencies = { 'nvim-lua/plenary.nvim', 'neovim/nvim-lspconfig' }, opts = {}, }, - { - -- Highlight todo, notes, etc in comments - 'folke/todo-comments.nvim', - event = 'VimEnter', - dependencies = { 'nvim-lua/plenary.nvim' }, - opts = { signs = false }, - }, { -- High-performance color highlighter 'norcalli/nvim-colorizer.lua',