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:
parent
dcdca2d3b5
commit
74615f01a9
1 changed files with 4 additions and 0 deletions
|
|
@ -40,6 +40,10 @@ require("lazy").setup({
|
|||
install = {
|
||||
colorscheme = { "catppuccin", "habamax" },
|
||||
},
|
||||
rocks = {
|
||||
enabled = false,
|
||||
hererocks = false,
|
||||
},
|
||||
pkg = {
|
||||
sources = {
|
||||
"lazy",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue