From 33112f3a6e08933f311b76e370fb1b236d60022b Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Mon, 10 Feb 2025 22:57:35 +0000 Subject: [PATCH] nvim: continue using Comment.nvim over native and mini.comment Neither native nor mini.comment support using // for lines and /*word*/ for selection/words. --- nvim/lua/plugins/coding.lua | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/nvim/lua/plugins/coding.lua b/nvim/lua/plugins/coding.lua index eaa49cf..43ce1e0 100644 --- a/nvim/lua/plugins/coding.lua +++ b/nvim/lua/plugins/coding.lua @@ -145,10 +145,7 @@ return { } end, }, - -- comments { "numToStr/Comment.nvim", - -- used to be what I use, but nvim will include commenting based on mini.comment - enabled = false , opts = { toggler = { line = "gcc", @@ -160,10 +157,7 @@ return { }, }, }, - { "echasnovski/mini.comment", enabled = false }, - - { - "folke/lazydev.nvim", + { "folke/lazydev.nvim", ft = "lua", cmd = "LazyDev", opts = { -- 2.48.1