This is my personal Neovim configuration, made public so I can easily carry it across environments — and in case anyone else finds it useful.
It's tailored mainly for C++ development, but the setup is modular and can be extended to support other languages with ease.
- Syntax parsing (
nvim-treesitter) - LSP (
lspconfig) - autocompletion (
nvim-cmp) - Autoformat on save (
none-ls.nvim) - Fuzzy finder & search (
telescope.nvim) - File explorer (
neo-tree.nvim) - Git integration (
gitsigns.nvim) - Rainbow parentheses (
rainbow) - Autopairs (
nvim-autopairs) - VS Code-style theme (
visual_studio_code)
Clone this repo into your Neovim config folder:
git clone https://github.com/stefanGaina/neovim-configuration.git ~/.config/nvim