José Luis Lafuente
9b65473a3b
vimPlugins.vim-nickel: init at 2022-03-16
2022-09-15 17:06:41 +02:00
figsoda
f650d56811
vimPlugins.nvim-colorizer-lua: switch to maintained fork
2022-09-13 22:46:37 +02:00
"Viacheslav Lotsmanov"
03870e938a
vimPlugins.haskell-with-unicode-vim: init at 2022-09-11
2022-09-11 17:28:05 +03:00
figsoda
a348577b85
vimPlugins.compiler-explorer-nvim: init at 2022-09-08
2022-09-08 11:03:00 -04:00
figsoda
bd3d7bf60f
vimPlugins: update
2022-09-08 10:44:22 -04:00
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
"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
"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
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
midchildan
e4b89c06c3
sourcetrail: remove
2022-08-14 17:08:52 +09: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
Hugo Osvaldo Barrera
ac35f25d0d
vimPlugins.hare-vim: init at 2022-07-02
2022-07-31 18:47:05 +02: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
Mitsuhiro Nakamura
6b4900c1f1
vimPlugins.marks-nvim: update owner's name
2022-07-22 17:29:18 +02:00
Sandro
4d1faea5dd
Merge pull request #164343 from notusknot/zk-nvim
2022-07-17 03:49:31 +02:00
Matthieu Coudron
341b9564bb
vimUtils: remove vam support
...
having this many (complex) options not only is hard to maintain but I cant see the benefit of these options now that vim supports packages
2022-07-10 20:38:09 +02:00
"notusknot"
990187fea6
vimPlugins.zk-nvim: init at 2022-06-30
2022-07-08 16:09:58 -07:00
"notusknot"
b47c0f454f
vimPlugins: update
2022-07-08 16:08:59 -07:00
Alexis Quintero
b511382c95
vimPlugins.vim-printer: init at 2022-03-01
2022-07-06 11:40:03 -03:00