https://github.com/zevaverbach/nvim_setup
https://github.com/zevaverbach/nvim_setup
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zevaverbach/nvim_setup
- Owner: zevaverbach
- Created: 2024-02-05T14:51:11.000Z (over 2 years ago)
- Default Branch: trunk
- Last Pushed: 2024-02-05T14:53:14.000Z (over 2 years ago)
- Last Synced: 2025-02-28T19:13:43.293Z (over 1 year ago)
- Language: Lua
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Install
```bash
> git clone https://github.com/zevaverbach/nvim_setup
> ln -s /init.lua ~/.config/nvim/init.lua
> sudo npm install -g pyright
```
Launch `nvim`, then `:CocInstall coc-pyright`.
Then restart `nvim`.