Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jkinder17/nvim

My neovim config.
https://github.com/jkinder17/nvim

neovim nvim nvim-configs

Last synced: about 10 hours ago
JSON representation

My neovim config.

Awesome Lists containing this project

README

        

# nvim

My neovim config.

## Installation

1. Install the latest neovim.

```bash
curl -LO https://github.com/neovim/neovim/releases/latest/download/nvim.appimage
chmod u+x nvim.appimage
sudo mv ./nvim.appimage /usr/bin/nvim
```

On Debian testing/unstable or Ubuntu, you may need to install ```libfuse2```.

2. Alias vim with nvim (open nvim with 'vim' command).

```bash
echo "alias vim=\"nvim\"" >> ~/.bashrc
```

3. Install my neovim config.

```bash
git clone https://github.com/jkinder17/nvim.git ~/.config/nvim
```

4. Open neovim, which should install all plugins.

## Keymaps

`````` = " " (space)

```n``` - Open neotree

```hl``` - Clear search highlights