]> git.rmz.io Git - dotfiles.git/blobdiff - nvim/lua/plugins/coding.lua
lazyvim: port dedup utility
[dotfiles.git] / 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 = {