installed luarocks

This commit is contained in:
dlond 2025-05-29 23:51:57 +12:00
parent cf313f6f0e
commit cc7c0b5c08
1 changed files with 3 additions and 0 deletions

View File

@ -956,6 +956,9 @@ require('lazy').setup({
-- In normal mode type `<space>sh` then write `lazy.nvim-plugin` -- In normal mode type `<space>sh` then write `lazy.nvim-plugin`
-- you can continue same window with `<space>sr` which resumes last telescope search -- you can continue same window with `<space>sr` which resumes last telescope search
}, { }, {
-- rocks = {
-- enabled = false,
-- },
ui = { ui = {
-- If you are using a Nerd Font: set icons to an empty table which will use the -- If you are using a Nerd Font: set icons to an empty table which will use the
-- default lazy.nvim defined Nerd Font icons, otherwise define a unicode icons table -- default lazy.nvim defined Nerd Font icons, otherwise define a unicode icons table