From 3094bf2a3983b375f4adeccd25c3b12bbbded2aa Mon Sep 17 00:00:00 2001 From: Squibid Date: Thu, 17 Apr 2025 11:41:32 -0500 Subject: a lot more stuff --- lua/conf/plugins/todo-comments.lua | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'lua/conf/plugins/todo-comments.lua') diff --git a/lua/conf/plugins/todo-comments.lua b/lua/conf/plugins/todo-comments.lua index 55ebd32..ebf724d 100644 --- a/lua/conf/plugins/todo-comments.lua +++ b/lua/conf/plugins/todo-comments.lua @@ -1,11 +1,6 @@ -local branch = nil -if vim.version().minor < 8 then - branch = 'neovim-pre-0.8.0' -end - return { 'folke/todo-comments.nvim', requires = 'nvim-lua/plenary.nvim', - branch = branch, + disable = not vim.fn.has("nvim-0.8.0"), function() require('todo-comments').setup { keywords = { -- cgit v1.2.1