Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 729 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 729 Bytes

atlj/nvim-dotfiles

A terminal window that displays my neovim config

It's fast, reliable (at least when it works), customizable and fast

Installation

1. Install nvim

For macOS, you can:

brew install nvim

2. Backup your current NeoVim config (If you have it)

mv ~/.config/nvim ~/.config/nvimbackup

3. Install ripgrep for fuzzy finding.

ripgrep is required for Telescope

brew install rg

4. Get the dotfiles from git

git clone https://github.com/atlj/nvim-dotfiles ~/.config/nvim