Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/igor47/nvimrc

config for neovim
https://github.com/igor47/nvimrc

Last synced: about 1 month ago
JSON representation

config for neovim

Awesome Lists containing this project

README

        

# nvimrc

config for neovim.
this dir is meant to be symlinked to `~/.config/nvim`:

```sh
$ ln -s ~/repos/nvimrc ~/.config/nvim
```

## Manual setup

To install plugins:

```
:PackerInstall
```

To use mypy with pylsp it has to be installed manually:

```
:PylspInstall pylsp-mypy
```