https://github.com/jipolanco/dotnvim
Config files for neovim (and vim)
https://github.com/jipolanco/dotnvim
Last synced: about 1 month ago
JSON representation
Config files for neovim (and vim)
- Host: GitHub
- URL: https://github.com/jipolanco/dotnvim
- Owner: jipolanco
- Created: 2015-05-28T19:53:35.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-12-05T12:44:15.000Z (5 months ago)
- Last Synced: 2025-02-04T23:47:19.991Z (3 months ago)
- Language: Vim script
- Homepage:
- Size: 1.75 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Setup
1. Clone repo:
```bash
git clone [email protected]:jipolanco/dotnvim.git ~/.config/nvim
```1. To use with (regular) vim:
```bash
ln -s ~/.config/nvim ~/.vim
```1. Install [plug.vim](https://github.com/junegunn/vim-plug):
```bash
curl -fLo ~/.config/nvim/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
```1. Install plugins:
```bash
vim +PlugInstall
```