Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/igor47/nvimrc
config for neovim
https://github.com/igor47/nvimrc
Last synced: about 1 month ago
JSON representation
config for neovim
- Host: GitHub
- URL: https://github.com/igor47/nvimrc
- Owner: igor47
- License: mit
- Created: 2022-11-10T23:23:11.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-22T19:26:29.000Z (6 months ago)
- Last Synced: 2024-10-15T15:29:29.961Z (3 months ago)
- Language: Lua
- Size: 118 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```