Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/romanchechyotkin/nvim_config
https://github.com/romanchechyotkin/nvim_config
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/romanchechyotkin/nvim_config
- Owner: romanchechyotkin
- Created: 2024-01-16T12:50:14.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-10-27T20:48:28.000Z (19 days ago)
- Last Synced: 2024-10-28T00:55:59.284Z (18 days ago)
- Language: Lua
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```