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:
parent
dcdca2d3b5
commit
74615f01a9
1 changed files with 4 additions and 0 deletions
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue