Skip to content

Commit 2b8e7df

Browse files
committed
chore(lazy): disable rocks
1 parent b1dfca2 commit 2b8e7df

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lua/lazy-plugins.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ require('lazy').setup({
3131
-- For additional information, see `:help lazy.nvim-lazy.nvim-structuring-your-plugins`
3232
{ import = 'custom.plugins' },
3333
}, {
34+
rocks = {
35+
enabled = false,
36+
},
3437
ui = {
3538
-- If you are using a Nerd Font: set icons to an empty table which will use the
3639
-- default lazy.nvim defined Nerd Font icons, otherwise define a unicode icons table

0 commit comments

Comments
 (0)