Skip to content

Instantly share code, notes, and snippets.

Created March 9, 2017 08:54
vim' = pkgs.vimHugeX; # this one has gvim in PATH
vim = vim'.customize { # this one has no gvim in PATH :(
name = "vim";
vimrcConfig.customRC = ''
set tabstop=2
set shiftwidth=2
set expandtab
set nocompatible
'';
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment