Neovim: Disable luarocks support in lazy

This commit is contained in:
2024-10-10 16:02:05 +02:00
parent 51c71ad805
commit 064ef92e2f
+1
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