Mark 9582680249 | ||
---|---|---|
autoload | ||
colors | ||
parts | ||
.editorconfig | ||
.gitignore | ||
.gitmodules | ||
README.md | ||
build.sh | ||
default.nix | ||
vim.nix |
README.md
VIM Config
Run build.sh
to make vimrc.
Plugins don't in non-nix systems yet.
To use this in configuration.nix
, add the following to imports
:
builtins.fetchGit {
url = "https://git.betalupi.com/Mark/vim.git";
ref = "master"; # or a hash
} + /vim.nix