2023-10-14 08:28:19 -07:00
2020-05-30 18:17:31 -07:00
2023-10-14 08:14:24 -07:00
2023-10-14 08:14:24 -07:00
2023-10-14 08:14:24 -07:00
2023-10-14 08:14:24 -07:00
2023-10-14 08:14:24 -07:00
2023-10-14 08:28:19 -07:00
2023-10-14 08:25:52 -07:00

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
Description
Vim configuration
Readme 85 KiB
Languages
Vim script 99%
Awk 0.5%
Nix 0.4%
Shell 0.1%