vim/README.md

17 lines
294 B
Markdown
Raw Normal View History

2022-08-03 10:09:24 -07:00
# VIM Config
2023-10-14 08:14:24 -07:00
Run `build.sh` to make vimrc.
2023-10-14 08:28:19 -07:00
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
```