An open API service indexing awesome lists of open source software.

https://github.com/atlj/nvim-dotfiles

My custom neovim config
https://github.com/atlj/nvim-dotfiles

dotfiles lua neovim nvim vim

Last synced: 2 months ago
JSON representation

My custom neovim config

Awesome Lists containing this project

README

        

# 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:

```bash
brew install nvim
```

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

```bash
mv ~/.config/nvim ~/.config/nvimbackup
```

### 3. Install [ripgrep](https://github.com/BurntSushi/ripgrep) for fuzzy finding.

> `ripgrep` is required for `Telescope`

```bash
brew install rg
```

### 4. Get the dotfiles from git

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