1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-08-26 04:48:13 +02:00

nvim/lua/user/lazy.lua: disable luarocks

This commit is contained in:
Henrik Hautakoski 2024-11-22 10:14:27 +01:00
parent dcdca2d3b5
commit 74615f01a9

View file

@ -40,6 +40,10 @@ require("lazy").setup({
install = { install = {
colorscheme = { "catppuccin", "habamax" }, colorscheme = { "catppuccin", "habamax" },
}, },
rocks = {
enabled = false,
hererocks = false,
},
pkg = { pkg = {
sources = { sources = {
"lazy", "lazy",