This is my personal configuration for neovim.
I built this in an effort to construct my personal development environment. Essentially, it is a completely personalized space that is completely tailored to me rather than using a more bloated environment such as VS Code or JetBrains IDEs.
Install neovim. I prefer to use brew:
brew install nvimInstall some dependencies for neovim.
brew install \
lazygit \
lua-language-server \
efm-langserver \
ripgrep \
fd \
code-minimap \
deno \
stylua \
google-java-format \
prettierClone this repository to ~/.config/nvim:
git clone https://github.com/dotbrains/nvim ~/.config/nvimThen, open neovim and wait for the plugins to install.