fix norg issue
This commit is contained in:
parent
15486bb30b
commit
e6831de004
3
init.lua
3
init.lua
|
|
@ -1069,6 +1069,9 @@ require('lazy').setup({
|
|||
-- In normal mode type `<space>sh` then write `lazy.nvim-plugin`
|
||||
-- you can continue same window with `<space>sr` which resumes last telescope search
|
||||
}, {
|
||||
rocks = {
|
||||
enabled = false,
|
||||
},
|
||||
ui = {
|
||||
-- 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
|
||||
|
|
|
|||
Loading…
Reference in New Issue