Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/romanchechyotkin/nvim_config


https://github.com/romanchechyotkin/nvim_config

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

        

# SETUP AFTER INSTALLING NEOVIM

```bash
git clone https://github.com/romanchechyotkin/nvim_config.git ~/.config/nvim
git clone --depth 1 https://github.com/wbthomason/packer.nvim ~/.local/share/nvim/site/pack/packer/start/packer.nvim
nvim .
:so
:PackerSync
```