1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14:55 +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 = {
colorscheme = { "catppuccin", "habamax" },
},
rocks = {
enabled = false,
hererocks = false,
},
pkg = {
sources = {
"lazy",