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