1

Modules/Neovim: Further comment how to disable rocks

This commit is contained in:
2025-07-11 17:13:07 +02:00
parent 1819251cae
commit ca99932e78

View File

@ -1,5 +1,8 @@
-- Make Lazy window border rounded
require("lazy.core.config").options.ui.border = "rounded"
-- Disable rocks. For some reason, we still have to activate
-- "Install" in the Lazy menu once to disable rocks completely.
require("lazy.core.config").options.rocks.enabled = false
-- Default filetype to tex instead of plaintex