diff options
Diffstat (limited to '.config/nvim/init.lua')
| -rw-r--r-- | .config/nvim/init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/nvim/init.lua b/.config/nvim/init.lua index ad8b33b..f9c97c6 100644 --- a/.config/nvim/init.lua +++ b/.config/nvim/init.lua @@ -8,7 +8,7 @@ end ---@diagnostic disable-next-line: undefined-field vim.opt.rtp:prepend(lazypath) require("lazy").setup({ - { import = "simenandre.plugins" }, + { import = "simenandre.plugins", rocks = { enabled = false } }, }, { ui = { -- If you are using a Nerd Font: set icons to an empty table which will use the |
