From ce26f57800b4ae4a919064a51a6e8c3693b499ba Mon Sep 17 00:00:00 2001 From: mark Date: Sat, 14 Oct 2023 08:28:19 -0700 Subject: [PATCH] Added documentation --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1fcd190..0a53d57 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,16 @@ # VIM Config Run `build.sh` to make vimrc. -Plugins don't work yet. \ No newline at end of file +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 +``` +