c/neovim · by snake_cased@lemmy.ml · 2yPlugin UI Is there a Lazy UI for managing Plugins not directly in a Text File, but something more akin to VSCode's Extensions view? 4 points · 2 comments · view on lemmy.world
2 Comments
Dirk@lemmy.ml · 4 pts · 2y
After adding the plugin you can manage (enable, disable, update, etc.) it using the lazy.nvim plugin manager.
mac@infosec.pub · 1 pts · 2y
Only for installing and updating, it's honestly not really feasible for instance plugins via a UI due to the configuration being inlined with the plugin declaration. It's not too bad once you get used to it.