X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/dd35844f0c0ecb1eb059f60a66d55bd064df4fc2..7684e441ef40e4e694ad4ecca24703d2fa4147f9:/nvim/lua/plugins/coding.lua diff --git a/nvim/lua/plugins/coding.lua b/nvim/lua/plugins/coding.lua index 9238f1d..43ce1e0 100644 --- a/nvim/lua/plugins/coding.lua +++ b/nvim/lua/plugins/coding.lua @@ -144,19 +144,8 @@ return { }, } 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", @@ -168,10 +157,7 @@ return { }, }, }, - { "echasnovski/mini.comment", enabled = false }, - - { - "folke/lazydev.nvim", + { "folke/lazydev.nvim", ft = "lua", cmd = "LazyDev", opts = { @@ -179,7 +165,7 @@ return { { 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" } }, }, }, },