1

Disable luarocks support in lazy

This commit is contained in:
2024-08-15 13:32:42 +02:00
parent f5af8e2b28
commit dd67e2b7f9

View File

@ -1,5 +1,6 @@
-- Make Lazy window border rounded
require("lazy.core.config").options.ui.border = "rounded"
require("lazy.core.config").options.rocks.enabled = false
-- Toggle inline diagnostics and show border
vim.g.enable_inline_diagnostics = false