diff --git a/lua/plugins/comment.lua b/lua/plugins/comment.lua deleted file mode 100644 index c21a6d3..0000000 --- a/lua/plugins/comment.lua +++ /dev/null @@ -1,10 +0,0 @@ -return { - -- TODO: v0.10.0 Added built-in |commenting| support. - 'terrortylor/nvim-comment', - config = function() - require('nvim_comment').setup({ - -- should comment out empty or whitespace only lines - comment_empty = false, - }) - end -} diff --git a/lua/plugins/utilities.lua b/lua/plugins/utilities.lua index ffe26e0..648662c 100644 --- a/lua/plugins/utilities.lua +++ b/lua/plugins/utilities.lua @@ -33,12 +33,8 @@ local noice = { return { -- noice, - { - 'tummetott/unimpaired.nvim', - config = function() - require('unimpaired').setup({}) - end - }, + { 'echasnovski/mini.comment', opts = { options = { ignore_blank_line = true } } }, + { 'tummetott/unimpaired.nvim', opts = {} }, { 'stevearc/dressing.nvim' }, { 'kevinhwang91/nvim-bqf' }, }