www-gem words

[Plugin] Discharge your (neo)vim

Published on

Bvim The beauty of GNU/Linux is to allow users to built their system to match their specific needs to perfection while also avoiding bloated tools supercharged with hundreds of functions when each user will use only few of them. In that sense, vim is no exception and comes pretty bear bone. You can add plugins to extend its capabilities and built it to suit your needs perfectly but by default vim also loads some plugins. That’s great to make sure everything is working for a new user but when you eventually built vim the way you like it, some plugins may not be necessary anymore. Following the KISS (Keep It Simple Stupid) philosophy, there is no need to overcharge your tools with pieces you don’t use. Here is a list of plugins loaded by default, you can disable them by adding this to your vim config file:

let g:loaded_plugin-name =1 # if you're using vimrc
vim.g.loaded_plugin-name = 1 # if you're using init.lua

If you’re not sure you need a plugin, I would say that there’s no risk at disabling it and see if it affects the way you use vim.


Thanks for your read. Hope it's been useful to you.


Interact with this post using Mastodon or

Comment on wwwgem's post

Copy and paste this URL into the search field of your favourite Fediverse app or the web interface of your Mastodon server.

✄ ┈ ┈ ┈ ┈ ┈ ┈ ┈ ┈ ┈ ┈ ┈ ┈ ┈ ┈ ┈ ┈ ┈ ┈ ┈ ┈ ┈ ┈ ┈ ┈ ┈ ┈ ┈ ┈ ┈

More food for thoughts? Check other posts about: #Vim #Vim-Plugins