1

Neovim: Disable luarocks support in lazy

This commit is contained in:
2024-08-15 13:32:42 +02:00
parent 51c71ad805
commit 064ef92e2f

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