https://github.com/radaron/nvim_config
https://github.com/radaron/nvim_config
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/radaron/nvim_config
- Owner: radaron
- Created: 2021-01-25T11:07:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-01T16:12:48.000Z (over 3 years ago)
- Last Synced: 2025-10-06T22:59:18.330Z (10 months ago)
- Language: Vim Script
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Config contains these plugins
* coc (Intellicense)
* fuzzy finder (fzf)
* signify (git diff)
* editor config
* tagbar (show functions/classes names)
* semshi
* airline
* open browser
* show plantuml
* ftplugin (different config for filetypes)
* see .config/nvim/after
* syntastic
# Install
```
homesick clone nvim_config
homesick link nvim_config
```
## Do manually
* sudo apt-get install fonts-powerline
* pip3 install neovim (for semshi)
* pip3 install -U jedi-language-server
* In neovim run:
* :PlugInstall
* :UpdateRemotePlugins
* :CocInstall coc-jedi
* :CocInstall coc-yaml
* :CocInstall coc-json
* :CocInstall coc-sh