},
}
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",
- -- used to be what I use, but nvim will include commenting based on mini.comment
- enabled = false ,
opts = {
toggler = {
line = "gcc",
},
},
},
- { "echasnovski/mini.comment", enabled = false },
-
- {
- "folke/lazydev.nvim",
+ { "folke/lazydev.nvim",
ft = "lua",
cmd = "LazyDev",
opts = {
{ path = "${3rd}/luv/library", words = { "vim%.uv" } },
{ path = "LazyVim", words = { "LazyVim" } },
{ path = "snacks.nvim", words = { "Snacks" } },
- { path = "lazy.nvim", words = { "LazyVim" } },
+ { path = "lazy.nvim", words = { "LazySpec" } },
},
},
},