My Minimal Neovim Configuration (only 6 plugins)
Over the past few years I’ve experimented with many different Neovim setups—some bloated with hundreds of plugins and some stripped down to the essentials. Recently, I decided to embrace minimalism and build a configuration that does exactly what I need, no more and no less. In this post, I’ll share my setup that uses just six plugins to supercharge Neovim without overwhelming it.
Plugins
- lazy.nvim: a modern plugin manager for Neovim
- nvim-treesitter: A simple and easy way to use the interface for tree-sitter in Neovim and to provide some basic functionality such as highlighting based on it.
- nvim-lspconfig: default Nvim LSP client configurations for various LSP servers.
- mason.nvim: Portable package manager for Neovim that runs everywhere Neovim runs. Easily install and manage LSP servers, DAP servers, linters, and formatters.
- mason-lspconfig.nvim: Extension to mason.nvim that makes it easier to use lspconfig with mason.nvim.
- mini.nvim: Library of 40+ independent Lua modules improving overall Neovim experience with minimal effort.
Why Minimalism?
For me, less is more.
- Ease of Maintenance: When you’re only managing a handful of plugins, troubleshooting and updates become much simpler.
- Focused Workflow: By carefully choosing the tools that genuinely enhance productivity, I keep distractions to a minimum and my development environment lean and purposeful.
mini.nvim
The key to keeping my configuration so minimal is mini.nvim. By offering 40+ independent Lua modules in one package, mini.nvim replaces many specialized plugins that you might otherwise need. This means I can achieve a robust, feature-rich Neovim experience with just a handful of plugins, allowing for a cleaner, faster, and easier-to-maintain setup.
Thanks Evgeni Chasnovski for this amazing plugin!!
Here is the modules that I use:
- mini.icons
- mini.statusline
- mini.notify
- mini.surround
- mini.ai
- mini.git
- mini.diff
- mini.jump
- mini.splitjoin
- mini.move
- mini.bufremove
- mini.pick
- mini.extra
- mini.completion
- mini.snippets
- mini.files