aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 0bc291e14666b7a46b9fbe491228d616c0c0a8a9 (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
43
44
45
46
47
48
49
50
51
52
# My neovim & dot files

I track latest nvim because I'm not tracking minimal requirements of some plugins.

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/`!

1. Check you don't have a `~/.config/nvim` directory.
2. Run:
```bash
git clone --recursive https://git.usebox.net/dotnvim.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

## Other dot files

This repo has configfuration for tmux, wezterm, and possibly other tools I use.

Check  `setup` shell script.