]> git.rmz.io Git - dotfiles.git/commitdiff
nvim: continue using Comment.nvim over native and mini.comment
authorSamir Benmendil <me@rmz.io>
Mon, 10 Feb 2025 22:57:35 +0000 (22:57 +0000)
committerSamir Benmendil <me@rmz.io>
Sun, 2 Mar 2025 16:05:27 +0000 (16:05 +0000)
Neither native nor mini.comment support using // for lines and /*word*/
for selection/words.

nvim/lua/plugins/coding.lua

index eaa49cfb68e41b2ca832069939a7a290b37c34c0..43ce1e09f46f109bb66f0a66c7fdfaf57728c4ab 100644 (file)
@@ -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 = {