Matthieu Coudron
|
da8a322e73
|
buildLuaPlugin: convert the addRtp call
since it was breaking overrideAttrs.
|
2022-05-11 12:08:14 +02:00 |
|
Matthieu Coudron
|
0dbca90d41
|
buildNeovimPluginFrom2Nix: use neovimRequireCheckHook
and removed the addRtp call that was breaking overrideAttrs
|
2022-05-11 10:42:19 +02:00 |
|
Matthieu Coudron
|
08b6ad0ea5
|
buildVimPlugin: check that neovim can require the module.
Add:
```
doInstallCheck = true;
nvimRequireCheck = "toto";
```
to your vimPluginCall.
|
2022-05-11 10:42:19 +02:00 |
|
Matthieu Coudron
|
9663a29afa
|
buildVimPlugin: add vimCommandCheckHook
Modeled after pythonImportCheckHook, this checks a command can be run once the plugin is installed
|
2022-04-30 23:54:25 +02:00 |
|
AndersonTorres
|
3f19fc37a3
|
Move misc/vim-plugins to applications/editors/vim/plugins
|
2022-02-24 20:26:07 -03:00 |
|