]> git.rmz.io Git - dotfiles.git/blob - nvim/lua/plugins/core.lua
b3f49a209ec339c012368624f4d3d1873bb258c6
[dotfiles.git] / nvim / lua / plugins / core.lua
1 ---@type LazyPluginSpec
2 return {
3 {
4 "LazyVim/LazyVim",
5 opts = {
6 defaults = {
7 autocmds = false,
8 options = false,
9 keymaps = false,
10 },
11 },
12 },
13 {
14 "vhyrro/luarocks.nvim",
15 priority = 1000,
16 config = true,
17 }
18 }