From the Spanish word 'mΓo', meaning 'mine' β
so it loosely translates to MyVim.
A no-nonsense Neovim setup for people who just want to code.
Warning
Miovim is not compatible with Neovim versions older than 0.12. Make sure you're running nightly to avoid issues.
Miovim doesn't rely on lazy.nvim
or any external plugin manager. Instead,
it uses vim.pack
β
Neovim's upcoming native plugin manager, still under development. Expect
some rough edges.
This approach enables an extremely minimal configuration, but comes with a trade-off: native lazy loading isn't yet supported.
To mitigate this, vim.loader
is enabled for faster startup. In the future, I
might build a pseudo-plugin manager on top of vim.pack
to support lazy loading
β unless Neovim eventually implements this functionality natively.
Important
Miovim does not use Mason.nvim. Language servers and external tools must be installed manually or through your system's package manager. This configuration is primarily developed and used on NixOS, but it's adaptable to other environments.
Make sure you have the following dependencies installed:
git clone https://github.com/warbacon/nvim-config "$HOME/.config/nvim"
Important
Neovim is slower on Windows. Using WSL is recommended.
git clone https://github.com/warbacon/nvim-config "$HOME\AppData\Local\nvim"