This is my configuration for neovim that I use for development.
- LSP - language server
- Completion - autocompletion
- Treesitter - syntax highlighting
- Telescope - fuzzy finder
- Fugitive - git
- Flog - git log (graphically)
- Comment.nvim - comments
- Gitsigns - signs
- IndentBlankline - indentation guides
- Lualine - status line
- Mason - Package manager (LSP / linting / formatter)
- Onedark.nvim - color scheme
- Neodev - signature helper
- Colorizer.lua - color codes
Also some nice keymaps and buffer settings that you can edit.
Just clone the repository at your neovim directory
git clone https://github.com/gbLw1/neovim.config.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim
git clone https://github.com/gbLw1/neovim.config.git "$env:LOCALAPPDATA/nvim"