Minimal Neovim configuration you can be at peace with.
Repository: Codeberg (primary) · GitHub (mirror)
Pax is a modularised and extensive Neovim configuration.
Currently it has 65 plugins, providing support for a vast array of technologies. The goal is to keep reducing the number of plugins and to replace them with Neovim-native solutions.
Configuration takes advantage of a considerable number of plugins. Most notable ones are:
- packages managed by lazy.nvim;
- debugging support for Golang, C++, Python and Rust (via nvim-dap, dap-ui and neotest;
- extensive usage of snacks.nvim and mini.nvim for QoL improvements;
- support for session saving via posession;
- support for typescript via typescript-tools.nvim;
- support for LaTeX via vimtex;
- Ensure that you have neovim installed.
To use the configuration you just need to clone this repository into ~/.config/nvim directory:
git clone https://github.com/straightchlorine/neovim-pax.git ~/.config/nvimNow it's ready, you can add LSPs as well as other tools using :MasonInstall <tool>, so that the configuration fits your needs.
It's just my private configuration. If what you need is stability, following would be recomended:
These configurations are fast, well documented and maintained.

