]> git.rmz.io Git - dotfiles.git/blobdiff - nvim/lua/plugins/coding.lua
nvim: continue using Comment.nvim over native and mini.comment
[dotfiles.git] / nvim / lua / plugins / coding.lua
index 0ebe444f99cf7e5f95c67f212723011eb22863c6..43ce1e09f46f109bb66f0a66c7fdfaf57728c4ab 100644 (file)
@@ -144,19 +144,8 @@ return {
         },
       }
     end,
         },
       }
     end,
-    config = function(_, opts)
-      require("mini.ai").setup(opts)
-      LazyVim.on_load("which-key.nvim", function()
-        vim.schedule(function()
-          LazyVim.mini.ai_whichkey(opts)
-        end)
-      end)
-    end,
   },
   },
-  -- comments
   { "numToStr/Comment.nvim",
   { "numToStr/Comment.nvim",
-    -- used to be what I use, but nvim will include commenting based on mini.comment
-    enabled = false ,
     opts = {
       toggler = {
         line = "gcc",
     opts = {
       toggler = {
         line = "gcc",
@@ -168,10 +157,7 @@ return {
       },
     },
   },
       },
     },
   },
-  { "echasnovski/mini.comment", enabled = false },
-
-  {
-    "folke/lazydev.nvim",
+  { "folke/lazydev.nvim",
     ft = "lua",
     cmd = "LazyDev",
     opts = {
     ft = "lua",
     cmd = "LazyDev",
     opts = {