Neovim: Disable luarocks support in lazy
This commit is contained in:
@ -1,5 +1,6 @@
|
|||||||
-- Make Lazy window border rounded
|
-- Make Lazy window border rounded
|
||||||
require("lazy.core.config").options.ui.border = "rounded"
|
require("lazy.core.config").options.ui.border = "rounded"
|
||||||
|
require("lazy.core.config").options.rocks.enabled = false
|
||||||
|
|
||||||
-- Toggle inline diagnostics and show border
|
-- Toggle inline diagnostics and show border
|
||||||
vim.g.enable_inline_diagnostics = false
|
vim.g.enable_inline_diagnostics = false
|
||||||
|
Reference in New Issue
Block a user