X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/449e5a08ca88c158f6954eebfbf62b088fc333b6..9ae0a56deb3f1b4bc9682e07caf07fdee48b7f17:/nvim/lua/plugins/core.lua diff --git a/nvim/lua/plugins/core.lua b/nvim/lua/plugins/core.lua index b3f49a2..3e7ee82 100644 --- a/nvim/lua/plugins/core.lua +++ b/nvim/lua/plugins/core.lua @@ -1,17 +1,6 @@ ----@type LazyPluginSpec +---@type LazySpec return { - { - "LazyVim/LazyVim", - opts = { - defaults = { - autocmds = false, - options = false, - keymaps = false, - }, - }, - }, - { - "vhyrro/luarocks.nvim", + { "vhyrro/luarocks.nvim", priority = 1000, config = true, }