Sandro
892c7df9d3
Merge pull request #189363 from SuperSandro2000/vimplugins
2022-09-04 19:23:27 +02:00
oxalica
d324ac2db7
vimPlugins.vim-llvm: init at 2022-05-03
2022-09-04 01:18:00 +02:00
Matthieu Coudron
e77f54ea0b
vimPlugins.moonscript-vim: init at 2016-11-22
2022-09-03 14:03:29 +02:00
figsoda
049a05e392
vimPlugins.true-zen-nvim: rename from TrueZen-nvim so the alias works
2022-09-03 12:19:37 +02:00
Sandro Jäckel
fe7ebd2506
vimPlugins: update all
2022-09-02 00:22:06 +02:00
Ivan Kovnatsky
a6eeae2693
vimPlugins.context-vim: init at 2022-05-02
2022-09-01 18:20:54 +03:00
figsoda
cc9c837aa2
Merge pull request #186815 from Matoking/fix-vim-isort
...
vimPlugins.vim-isort: fix build
2022-08-31 22:25:58 -04:00
figsoda
cccaadbab0
Merge pull request #189094 from virchau13/vimplugins-update
...
vimPlugins: update
2022-08-31 21:56:54 -04:00
Bruno BELANYI
3440fb0f4a
vimPlugins.nvim-surround: init at 2022-08-29
2022-08-31 16:11:51 +02:00
Vir Chaudhury
7ef3d0aae8
vimPlugins.{vim-clap,command-t}: fix build
2022-08-31 18:18:47 +08:00
"Vir Chaudhury"
9b7c605de9
vimPlugins: resolve github repository redirects
2022-08-31 17:54:28 +08:00
"Vir Chaudhury"
bdd3805206
vimPlugins: update
2022-08-31 17:54:11 +08:00
Artturi
79c42aa06c
Merge pull request #186564 from Artturin/crossevalfixes
...
Fixes for cross-compilation
2022-08-27 17:49:00 +03:00
github-actions[bot]
3511fb02d2
Merge master into staging-next
2022-08-22 00:03:02 +00:00
"Ilan Joselevich"
9a46ea093e
vimPlugins: resolve github repository redirects
2022-08-21 23:53:18 +03:00
"Ilan Joselevich"
5d7631e327
vimPlugins: update
2022-08-21 23:52:57 +03:00
github-actions[bot]
a6c886b7fd
Merge master into staging-next
2022-08-21 06:01:17 +00:00
"Andrey Kuznetsov"
74ed4b5ead
vimPlugins.legendary-nvim: init at 2022-07-26
2022-08-20 23:18:26 +00:00
"Andrey Kuznetsov"
faaf77b13c
vimPlugins.lsp-format-nvim: init at 2022-05-21
2022-08-20 23:18:08 +00:00
"Andrey Kuznetsov"
27aaf5f45a
vimPlugins.onenord-nvim: init at 2022-07-15
2022-08-20 23:17:52 +00:00
"Andrey Kuznetsov"
a9135abe0a
vimPlugins: resolve github repository redirects
2022-08-20 23:17:34 +00:00
"Andrey Kuznetsov"
3564c1952e
vimPlugins: update
2022-08-20 23:17:18 +00:00
Andrey Kuznetsov
9dcc0f7f71
vimPlugins.compe-conjure: fix repo url
2022-08-20 23:16:10 +00:00
github-actions[bot]
767bdf0d81
Merge master into staging-next
2022-08-19 00:03:25 +00:00
Sandro
f994d00daf
Merge pull request #184562 from arnottcr/gotags
2022-08-18 23:28:46 +02:00
Ivan Kovnatsky
8711a6f353
vimPlugins.trim-nvim: init at 2022-06-16 ( #187295 )
2022-08-18 22:01:51 +02:00
Colin Arnott
89361f7b99
gotags: reinit at 1.4.1
...
This change reverts #176044 and #178000 , as well as updating the version
to the latest stable release. Unfortunately, despite the lack of updates
to gotags, it is still depended upon by vim-go, thus we must keep it
around until they (and other consumers) have removed it from the
dependency trees.
This change also adds myself as a maintainer, since I would not wish the
burden of this package's maintanence on anybody else.
2022-08-17 10:58:09 +00:00
Artturin
c6568adb00
treewide: makeWrapper buildInputs to nativeBuildInputs
...
most found with https://github.com/siraben/nix-lint
2022-08-16 13:14:19 +03:00
Janne Pulkkinen
16f934eb47
vimPlugins.vim-isort: fix build
...
isort dropped Python 2 support in 5.0.0.
2022-08-15 19:25:55 +03:00
github-actions[bot]
4e717ab958
Merge staging-next into staging
2022-08-15 06:01:47 +00:00
github-actions[bot]
9c7cf16ec7
Merge master into staging-next
2022-08-15 06:01:11 +00:00
midchildan
e4b89c06c3
sourcetrail: remove
2022-08-14 17:08:52 +09:00
github-actions[bot]
a1c35707df
Merge staging-next into staging
2022-08-12 12:02:19 +00:00
github-actions[bot]
71344f23b3
Merge master into staging-next
2022-08-12 12:01:32 +00:00
Janne Heß
a42db97eb7
vim: 9.0.0135 -> 9.0.0180 and replace inactive maintainer
2022-08-09 19:46:04 +01:00
Matthieu Coudron
6bc1f400f4
update requirePlugins
2022-08-09 16:21:59 +02:00
Matthieu Coudron
cda1f8ae46
neovim: pass packpath via the wrapper
...
Adding "packages" to the neovim distribution triggers the wrapping of
the derivation. This is because it tries to "set packpath/rtp" in the
init.vim.
If we set these arguments via --cmd instead we can avoid to create an
init.vim, which can be useful if we want to wrap an init.lua later on
(in home-manager for instance, we dont want to generate viml code).
Also removes the support for "configure" in makeNeovimConfig and
configure.plug / configure.vam packages in the compatibility layer
'legacyWrapper'.
2022-08-09 16:20:55 +02:00
Matthieu Coudron
0fb2e47b7f
vimUtils: improve comments
2022-08-09 12:01:33 +02:00
Matthieu Coudron
eb051d99b0
vimRcContent: remove now unused linkLuaPlugin
2022-08-09 12:01:32 +02:00
Matthieu Coudron
6717d144ec
vimRcContent: now throws when using pathogen
2022-08-09 12:00:20 +02:00
Matthieu Coudron
a36e146b7e
vimUtils.vimrcContent: throw an error when using pathogen
...
We want fewer and even no vim package manager in nixpkgs
2022-08-09 12:00:20 +02:00
R. Ryantm
112cd59c6a
vim: 9.0.0115 -> 9.0.0135
2022-08-03 12:07:14 +00:00
Hugo Osvaldo Barrera
ac35f25d0d
vimPlugins.hare-vim: init at 2022-07-02
2022-07-31 18:47:05 +02:00
Artturin
2467849361
vim: 9.0.0057 -> 9.0.0115
...
includes cross fix
509695c1c3
2022-07-31 12:07:41 +00:00
github-actions[bot]
f6895f13b0
Merge master into staging-next
2022-07-27 18:01:33 +00:00
The Hedgehog
2859cdb25a
vimPlugins.vim-clap: Update cargoSha256 hash
2022-07-27 11:20:09 -04:00
The Hedgehog
d8dfcb73d4
telescope-media-files-nvim: Add overrides
2022-07-27 07:16:17 -04:00
"The Hedgehog"
a400056f2d
vimPlugins.telescope-media-files-nvim: init at 2021-10-21
2022-07-27 07:12:59 -04:00
"The Hedgehog"
20de20eb86
vimPlugins: resolve github repository redirects
2022-07-27 07:12:45 -04:00
"The Hedgehog"
33065ac694
vimPlugins: update
2022-07-27 07:12:30 -04:00