Skip to content

Commit b7bc0c6

Browse files
committed
nvim: Disable support for Lua rocks in lazy.nvim
Lazy looks for the 'python' command, which doesn't exist on Debian 12. Ref. folke/lazy.nvim#1548
1 parent 3611286 commit b7bc0c6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

nvim/init.lua

+3
Original file line numberDiff line numberDiff line change
@@ -734,6 +734,9 @@ require "lazy".setup({
734734
},
735735
install = {
736736
colorscheme = { colorscheme }
737+
},
738+
rocks = {
739+
enabled = false
737740
}
738741
})
739742

0 commit comments

Comments
 (0)