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 nvim
Install some dependencies for neovim.
brew install \
lazygit \
lua-language-server \
efm-langserver \
ripgrep \
fd \
code-minimap \
deno \
stylua \
google-java-format \
prettier
Clone this repository to ~/.config/nvim
:
git clone https://github.com/dotbrains/nvim ~/.config/nvim
Then, open neovim
and wait for the plugins to install.