Skip to content
/ nvim Public

My personal development environment for NeoVIM.

Notifications You must be signed in to change notification settings

dotbrains/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nvim

This is my personal configuration for neovim.

Why did I build this?

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.

Getting Started

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.

About

My personal development environment for NeoVIM.

Resources

Stars

Watchers

Forks

Languages