about summary refs log tree commit diff
path: root/pkgs/applications/editors/vim
AgeCommit message (Collapse)AuthorFilesLines
2022-05-13vimPlugins.vim-jsonpath: init at 2020-06-16Austin Butler2-0/+13
2022-05-13vimPlugins: updateAustin Butler3-427/+428
2022-05-13Merge pull request #171064 from teto/neovim-require-check-hookMatthieu Coudron4-9/+44
buildVimPlugin: check that neovim can require the module.
2022-05-12vimPlugins.coconut-vim: init at 2017-10-10Mr Hedgehog2-0/+13
2022-05-12vimPlugins.fzf-lua: init at 2022-05-07Matthieu Coudron3-0/+17
2022-05-11vimPlugins.stylish-nvim: init at 2022-02-11Matthieu Coudron2-0/+22
2022-05-11buildLuaPlugin: convert the addRtp callMatthieu Coudron1-2/+5
since it was breaking overrideAttrs.
2022-05-11buildNeovimPluginFrom2Nix: use neovimRequireCheckHookMatthieu Coudron3-9/+6
and removed the addRtp call that was breaking overrideAttrs
2022-05-11buildVimPlugin: check that neovim can require the module.Matthieu Coudron4-2/+37
Add: ``` doInstallCheck = true; nvimRequireCheck = "toto"; ``` to your vimPluginCall.
2022-05-04Merge #170085: vim: 8.2.4609 -> 8.2.4816 (into staging)Vladimír Čunát1-2/+2
2022-05-04Merge staging-next into staginggithub-actions[bot]4-457/+496
2022-05-03vimPlugins: updateMatthieu Coudron1-440/+441
2022-05-03vim/update.py: distinguish between vim/neovim pluginsMatthieu Coudron3-17/+55
I've been working for a long time towards automatic nix dependencies for neovim plugins (using luarocks rockspecs to discover the said dependencies). This is an initial commit to help me complete the missing bits. buildNeovimPluginFrom2Nix is right now a placeholder which helps me test in my fork a version that does a flat install of luarocks. the vim updater will now check for attributes with the same name in the lua package set, if that's the case the script will generate buildNeovimPluginFrom2Nix.
2022-05-01Merge staging-next into staginggithub-actions[bot]5-9/+47
2022-04-30buildVimPlugin: add vimCommandCheckHookMatthieu Coudron5-9/+47
Modeled after pythonImportCheckHook, this checks a command can be run once the plugin is installed
2022-04-26wrapGAppsHook: use makeBinaryWrapperNaïm Favier1-4/+2
Reduces the likelihood of having apps wrapped twice by a shell script, which causes problems with argv0.
2022-04-25Merge pull request #169606 from DarkOnion0/masterSandro1-0/+1
coc-haxe: init at 0.8.0
2022-04-24vim: 8.2.4609 -> 8.2.4816FliegendeWurst1-2/+2
2022-04-21Merge pull request #166776 from arjan-s/init-vimplugin-search-pulseSandro2-0/+13
vimPlugins.vim-search-pulse: init at 2017-01-05
2022-04-21coc-haxe: init at 0.8.0DarkOnion01-0/+1
2022-04-20vimPlugins: updateteutat3s1-329/+329
2022-04-16Merge master into staging-nextgithub-actions[bot]1-0/+1
2022-04-16vimPlugins.coc-flutter: init at 1.9.7workflow1-0/+1
2022-04-14Merge branch 'staging-next' into stagingVladimír Čunát2-302/+315
Minor conflicts; I hope I didn't mess up: pkgs/development/tools/misc/binutils/default.nix pkgs/games/openjk/default.nix
2022-04-13vimPlugins.vim-vp4: init at 2021-01-06Pamplemousse2-0/+13
2022-04-13vimPlugins: updatePamplemousse1-302/+302
2022-04-08vimPlugins.vim-search-pulse: init at 2017-01-05Arjan Schrijver2-0/+13
2022-04-06Merge staging-next into staginggithub-actions[bot]2-136/+136
2022-04-05vimPlugins: updateAndré Vitor de Lima Matos2-136/+136
2022-04-05Merge staging-next into staginggithub-actions[bot]2-1894/+1907
2022-04-05Merge pull request #166941 from teto/vim-plugins-tomlMatthieu Coudron2-1894/+1907
2022-04-05Merge remote-tracking branch 'origin/staging-next' into stagingMartin Weinelt1-1/+1
2022-04-04Merge pull request #166792 from hercules-ci/pkgs-config-allowAliases-optionRobert Hensing1-1/+1
config.allowAliases: Define as option
2022-04-03vimPlugins: updateMatthieu Coudron2-1894/+1907
vimPlugins: update vimPlugins: update
2022-04-02Merge remote-tracking branch 'nixpkgs/staging-next' into stagingAlyssa Ross1-2/+1
Conflicts: pkgs/development/libraries/zlib/default.nix pkgs/development/lua-modules/overrides.nix
2022-04-01config.allowAliases: Define as optionRobert Hensing1-1/+1
This simplifies usages and makes the default value consistent. In a few cases, the default value was interpreted to be `false`, but this is useless, because virtually nobody will explicitly set `allowAliases = true;`.
2022-03-31treewide: move cmake into nativeBuildInputsBen Siraphob1-1/+1
2022-03-31treewide: remove stdenv from buildInputsBen Siraphob1-1/+0
2022-03-31Merge staging-next into staginggithub-actions[bot]2-0/+27
2022-03-31Merge remote-tracking branch 'nixpkgs/staging-next' into stagingAlyssa Ross2-89/+80
Conflicts: pkgs/development/python-modules/google-auth-oauthlib/default.nix
2022-03-30vimPlugins.urlview-nvim: init at 2022-03-29"Matthieu Coudron"2-0/+13
2022-03-30vimPlugins.pywal-nvim: init at 2022-02-20"Matthieu Coudron"2-0/+14
2022-03-29Merge pull request #164994 from ncfavier/vim-wrapper7c6f434c2-89/+80
vim wrapper improvements
2022-03-28Merge branch 'staging-next' into stagingJan Tojnar2-249/+301
; Conflicts: ; pkgs/tools/archivers/rar/default.nix
2022-03-28vimPlugins.vim-svelte: init at 2022-02-17Mr Hedgehog2-0/+13
2022-03-28vimPlugins.coc-svelte: init at 2022-03-14Mr Hedgehog2-0/+13
2022-03-28vimPlugins.coc-tailwindcss: init at 2020-08-19Mr Hedgehog2-0/+13
2022-03-28vimPlugins: updateMr Hedgehog1-10/+10
2022-03-27vim: 8.2.4350 -> 8.2.4609R. Ryantm1-2/+2
2022-03-27vimPlugins.telescope-ui-select-nvim: init at 2022-03-20"Minijackson"2-3/+16