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

https://github.com/degete/nvim-config

⚙️ Neovim config files
https://github.com/degete/nvim-config

lua neovim neovim-plugins nvim nvim-lua vim vimrc

Last synced: 5 months ago
JSON representation

⚙️ Neovim config files

Awesome Lists containing this project

README

          

![neovim](nvim.png)

# Neovim Configuration

## Installation

```sh
cd ~
git clone git@github.com:degete/nvim-config.git ~/.nvim
ln -s ~/.nvim .config/nvim
```

### Plugins

To install the plugins, you can just open nvim or run the following command:

```sh
nvim --headless -c 'autocmd User PackerComplete quitall' -c 'PackerSync'
```