https://github.com/igor47/nvimrc
config for neovim
https://github.com/igor47/nvimrc
Last synced: about 1 year 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 (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-05-19T18:53:02.000Z (about 1 year ago)
- Last Synced: 2025-06-03T03:19:40.837Z (about 1 year ago)
- Language: Lua
- Size: 138 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
```