Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 466 Bytes

File metadata and controls

31 lines (23 loc) · 466 Bytes

Personal Neovim config

I use Neovim btw!


Minimal nvim config containing only the following main packages:

  • [Lazy]
  • [Treesitter]
  • [Telescope]
  • [Fugitive]
  • [Undotree]
  • [Lsp-zero]
  • [Harpoon]

Installation

Clone this into the ~/.config/nvim directory:

git clone git@github.com:ndrpp/nvim-config.git ~/.config/nvim

Navigate to the directory and open it with nvim:

cd ~/.config/nvim
nvim .

You're good to go!