Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 402 Bytes

readme.md

File metadata and controls

24 lines (16 loc) · 402 Bytes

nvim

Requirements

Installation

  1. Clone the repo to the Neovim config directory:
cd ~/.config/nvim
git clone https://github.com/timiskhakov/nvim.git
  1. Open Neovim, install plugins, and sync Packer:
:PackerInstall
:PackerSync