Skip to content

Commit

Permalink
Merge pull request #42 from grzuy/readme_customizations
Browse files Browse the repository at this point in the history
docs: let users know how to add/remove plugins
  • Loading branch information
brauliomartinezlm authored Jul 11, 2018
2 parents e18f507 + 80298a0 commit 761e020
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,18 @@ $ git submodule update
## Your own customizations

Put any extra configuration and/or overrides in `~/.vimrc.after`. cedarvim will pick them up automatically.

### Adding new plugin

```
$ cd ~/.vim
$ git submodule add <plugin-git-url> pack/cedarvim/start/<plugin-name>
```

### Removing a plugin

```
$ cd ~/.vim
$ git submodule deinit pack/cedarvim/start/<plugin-name>
$ git rm pack/cedarvim/start/<plugin-name>
```

0 comments on commit 761e020

Please sign in to comment.