Merge pull request #102605 from teto/vimAlias
neovim: take into account vi(m)Alias
This commit is contained in:
commit
72c32ad3d7
1
.github/CODEOWNERS
vendored
1
.github/CODEOWNERS
vendored
@ -178,6 +178,7 @@
|
|||||||
|
|
||||||
# Neovim
|
# Neovim
|
||||||
/pkgs/applications/editors/neovim @jonringer
|
/pkgs/applications/editors/neovim @jonringer
|
||||||
|
/pkgs/applications/editors/neovim @teto
|
||||||
|
|
||||||
# VimPlugins
|
# VimPlugins
|
||||||
/pkgs/misc/vim-plugins @jonringer @softinio
|
/pkgs/misc/vim-plugins @jonringer @softinio
|
||||||
|
@ -35,7 +35,7 @@ let
|
|||||||
|
|
||||||
# for forward compability, when adding new environments, haskell etc.
|
# for forward compability, when adding new environments, haskell etc.
|
||||||
, ...
|
, ...
|
||||||
}:
|
}@args:
|
||||||
let
|
let
|
||||||
rubyEnv = bundlerEnv {
|
rubyEnv = bundlerEnv {
|
||||||
name = "neovim-ruby-env";
|
name = "neovim-ruby-env";
|
||||||
@ -99,7 +99,7 @@ let
|
|||||||
manifestRc = vimUtils.vimrcContent (configure // { customRC = ""; });
|
manifestRc = vimUtils.vimrcContent (configure // { customRC = ""; });
|
||||||
neovimRcContent = vimUtils.vimrcContent configure;
|
neovimRcContent = vimUtils.vimrcContent configure;
|
||||||
in
|
in
|
||||||
{
|
args // {
|
||||||
wrapperArgs = makeWrapperArgs;
|
wrapperArgs = makeWrapperArgs;
|
||||||
inherit neovimRcContent;
|
inherit neovimRcContent;
|
||||||
inherit manifestRc;
|
inherit manifestRc;
|
||||||
@ -142,8 +142,7 @@ let
|
|||||||
extraPythonPackages = compatFun extraPythonPackages;
|
extraPythonPackages = compatFun extraPythonPackages;
|
||||||
inherit withPython3;
|
inherit withPython3;
|
||||||
extraPython3Packages = compatFun extraPython3Packages;
|
extraPython3Packages = compatFun extraPython3Packages;
|
||||||
inherit withNodeJs withRuby;
|
inherit withNodeJs withRuby viAlias vimAlias;
|
||||||
|
|
||||||
inherit configure;
|
inherit configure;
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user