Added documentation
parent
2fe7aec1f1
commit
ce26f57800
14
README.md
14
README.md
|
@ -1,4 +1,16 @@
|
||||||
# VIM Config
|
# VIM Config
|
||||||
|
|
||||||
Run `build.sh` to make vimrc.
|
Run `build.sh` to make vimrc.
|
||||||
Plugins don't work yet.
|
Plugins don't in non-nix systems yet.
|
||||||
|
|
||||||
|
------------
|
||||||
|
|
||||||
|
To use this in `configuration.nix`, add the following to `imports`:
|
||||||
|
|
||||||
|
```nix
|
||||||
|
builtins.fetchGit {
|
||||||
|
url = "https://git.betalupi.com/Mark/vim.git";
|
||||||
|
ref = "master"; # or a hash
|
||||||
|
} + /vim.nix
|
||||||
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue