]> git.rmz.io Git - dotfiles.git/blobdiff - nvim/lua/plugins/coding.lua
nvim/coding: switch to comments.nvim
[dotfiles.git] / nvim / lua / plugins / coding.lua
index 6194756e394ce4d5e4ab1c4d36fea3ecfc522a06..c1b1c39a8e3b61301105fed7e2d8911e91ce0dd0 100644 (file)
@@ -86,4 +86,20 @@ return {
       },
     },
   },
+  -- comments
+  {
+    "numToStr/Comment.nvim",
+    opts = {
+      toggler = {
+        line = "gcc",
+        block = "gbb",
+      },
+      mappings = {
+        basic = true,
+        extra = true,
+      },
+    },
+  },
+  { "JoosepAlviste/nvim-ts-context-commentstring", enabled = false },
+  { "echasnovski/mini.comment", enabled = false },
 }