Vim configuration
 
 
 
 
Go to file
mark ce26f57800 Added documentation 2023-10-14 08:28:19 -07:00
autoload Removed submodule plugins and added plugin manager 2022-08-03 10:04:13 -07:00
colors Initial commit 2020-05-30 18:17:31 -07:00
parts Reworked for nix 2023-10-14 08:14:24 -07:00
.editorconfig Reworked for nix 2023-10-14 08:14:24 -07:00
.gitignore Reworked for nix 2023-10-14 08:14:24 -07:00
.gitmodules Removed submodule plugins and added plugin manager 2022-08-03 10:04:13 -07:00
README.md Added documentation 2023-10-14 08:28:19 -07:00
build.sh Reworked for nix 2023-10-14 08:14:24 -07:00
default.nix Reworked for nix 2023-10-14 08:14:24 -07:00
vim.nix Added vim.nix 2023-10-14 08:25:52 -07:00

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