We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1dfca2 commit 2b8e7dfCopy full SHA for 2b8e7df
lua/lazy-plugins.lua
@@ -31,6 +31,9 @@ require('lazy').setup({
31
-- For additional information, see `:help lazy.nvim-lazy.nvim-structuring-your-plugins`
32
{ import = 'custom.plugins' },
33
}, {
34
+ rocks = {
35
+ enabled = false,
36
+ },
37
ui = {
38
-- If you are using a Nerd Font: set icons to an empty table which will use the
39
-- default lazy.nvim defined Nerd Font icons, otherwise define a unicode icons table
0 commit comments