Learn how to effectively manage and configure plugins in NyxVim using lazy.nvim
lazy = true
. If you want a plugin to load at startup, you need to set lazy = false
.
plugins/custom.lua
(or any other name) with the following structure:
:Lazy sync
after making changes to your plugin configurations to ensure all changes are applied.