Neovim is my main editor both at work and for my hobby projects. I invested some time to adjust it for my needs so I thought it would be a waste not to share it here.
You can instantly try it out with just this simple command:
nix run github:buglight/my-nvim-configOr you can clone this repo, do some tweaks something and call nix run to see
the result right away.
First of all install these:
- neovim (version >= 0.10.0) the editor itself
- python (version >= 3.14.0) required by some LSPs
- nodejs (version >= 21.0.0) required by some LSPs
After that clone this repo into your neovim configuration folder.
git clone https://github.com/BugLight/my-nvim-config.git ~/.config/nvimgit clone https://github.com/BugLight/my-nvim-config.git "$env:LOCALAPPDATA/nvim"
- mellow.nvim: A soothing dark colorscheme
- Snacks.nvim: a little bit of everything for convinience
- Treesitter with text objects and rainbow parentheses
- Configured LSP with code completion and convinient navigation
- Git integration: fugitive + gitsigns.nvim