aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: fd93adfc3b4a15fef61a59622834d40ca1488b6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# My neovim & dot files

This is a work in progress!

Managed by [vim-plug](https://github.com/junegunn/vim-plug).

For further information on installed plugins:

    :help local-additions

## Using it in a new location

This repo should be in `~/.config/nvim/`!

git clone --recursive https://github.com/reidrac/dotvim.git ~/.config/nvim

Then it is recommended you run:

    :PlugUpgrade
    :PlugInstall

The *upgrade* part is only needed if the plugin manager is not up to date. Then
you can commit and push the updated version.

## Adding plugins

Add a new `Plug` entry in `~/.config/plugins.vim`.

Then run:

    :PlugUpdate

## Updating plugins

    :PlugUpdate

## Removing plugins

Remove the `Plug` line and run:

    :PlugClean