diff options
| author | Lily Ballard <lily@sb.org> | 2020-07-23 18:01:13 -0700 |
|---|---|---|
| committer | Lily Ballard <lily@sb.org> | 2020-09-28 16:03:34 -0700 |
| commit | 72e3217bf1d0fa9be9d85659816926afd8482352 (patch) | |
| tree | e70f606f6fd4d8803a095bbc1810812e5cfb045e /pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch | |
| parent | 76dbece8e8240a911fcc5722f813a8453f90406f (diff) | |
macvim: add configuration similar to vim_configurable and neovim
vim_configurable and neovim have both supported a mechanism to build
them with a custom vimrc that supports plugins from Nix. This updates
MacVim to support the same sort of configuration using an expression
like
macvim.configure {
customRC = ''
# custom configuration goes here
'';
packages.myVimPackage = with pkgs.vimPlugins; {
start = [ youcompleteme fugitive ];
opt = [ phpCompletion elm-vim ];
}
}
Once configured, .override will allow for editing the configuration.
Like vim_configurable and neovim, configuring macvim does not require
rebuilding it. Also like them, configuring macvim turns off the user
vimrc file.
Diffstat (limited to 'pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch')
0 files changed, 0 insertions, 0 deletions
