fortuneteller2k
7cda01fcb8
vimPlugins.fwatch-nvim: init at 2021-04-26
2021-05-10 19:54:21 -07:00
fortuneteller2k
8e5211de81
vimPlugins.floating-nvim: init at 2021-05-08
2021-05-10 19:54:21 -07:00
fortuneteller2k
28ed9e7f3c
vimPlugins.Shade-nvim: init at 2021-04-29
2021-05-10 19:54:21 -07:00
fortuneteller2k
63872607cd
vimPlugins: update
2021-05-10 19:54:21 -07:00
github-actions[bot]
49b8e6f7d4
Merge master into staging-next
2021-05-11 00:48:15 +00:00
Florian Beeres
04af46573a
vimPlugins.vim_current_word: init at 2021-01-27
2021-05-10 23:19:36 +02:00
Florian Beeres
edb5f5ee8c
vimPlugins: update
2021-05-10 23:18:30 +02:00
github-actions[bot]
61fa3fdde8
Merge master into staging-next
2021-05-10 18:28:17 +00:00
fortuneteller2k
9bf3ecbe66
vimPlugins.specs-nvim: init at 2021-05-05
2021-05-10 22:12:39 +08:00
fortuneteller2k
21cc6fe587
vimPlugins.hologram-nvim: init at 2021-05-01
2021-05-10 22:12:39 +08:00
fortuneteller2k
021813a495
vimPlugins: update
2021-05-10 22:12:30 +08:00
Jan Tojnar
594a885912
Merge branch 'staging-next' into staging
2021-05-10 09:45:47 +02:00
github-actions[bot]
f4d69ad1f2
Merge master into staging-next
2021-05-10 06:20:28 +00:00
Anna Kudriavtsev
6eab05da6c
vimPlugins: update
2021-05-09 20:16:05 -07:00
Vladimír Čunát
5663b2b2d3
Merge branch 'master' into staging-next
...
(a trivial conflict in transmission)
2021-05-09 09:31:55 +02:00
Sandro
1b844ebaf5
Merge pull request #122079 from JRavi2/vim-deus
...
vimPlugins.vim-deus: init at 2021-03-28
2021-05-08 21:35:21 +02:00
Jan Tojnar
dd78ce1c53
Merge branch 'staging-next' into staging
2021-05-08 20:59:05 +02:00
Martin Weinelt
9651084620
Merge remote-tracking branch 'origin/master' into staging-next
2021-05-08 14:43:43 +02:00
Jan Tojnar
468cb5980b
gnome: rename from gnome3
...
Since GNOME version is now 40, it no longer makes sense to use the old attribute name.
2021-05-08 09:47:42 +02:00
Daniël de Kok
85f96822a0
treewide: fix cargoSha256/cargoHash
...
Rust 1.50.0 incorporated a Cargo change (rust-lang/cargo#8937) in
which cargo vendor erroneously changed permissions of vendored
crates. This was fixed in Rust
1.51.0 (rust-lang/cargo#9131). Unfortunately, this means that all
cargoSha256/cargoHashes produced during the Rust 1.50.0 cycle are
potentially broken.
This change updates cargoSha256/cargoHash tree-wide.
Fixes #121994 .
2021-05-08 00:36:37 -07:00
github-actions[bot]
e21fb16f9a
Merge master into staging-next
2021-05-08 06:20:05 +00:00
fortuneteller2k
5a4cec0482
vimPlugins.diffview-nvim: init at 2021-05-06
2021-05-07 22:49:43 -07:00
fortuneteller2k
44decf41ef
vimPlugins.markdown-preview-nvim: init at 2021-03-10
2021-05-07 22:49:43 -07:00
fortuneteller2k
ad7bc81b96
vimPlugins.vim-smali: init at 2015-11-05
2021-05-07 22:49:43 -07:00
fortuneteller2k
cf3c9970ea
vimPlugins.vim-lua: init at 2020-08-05
2021-05-07 22:49:43 -07:00
fortuneteller2k
a89bc1c469
vimPlugins.lsp-trouble-nvim: init at 2021-05-07
2021-05-07 22:49:43 -07:00
fortuneteller2k
28a49433a1
vimPlugins: change rnvimr branch
2021-05-07 22:49:43 -07:00
fortuneteller2k
dad28f9269
vimPlugins: update
2021-05-07 22:49:43 -07:00
Ravi Jain
3e44834779
vimPlugins.vim-deus: init at 2021-03-28
2021-05-08 00:06:37 +05:30
github-actions[bot]
1ae6d3d02f
Merge master into staging-next
2021-05-07 18:24:29 +00:00
Jonathan Wilkins
2b1cc5092e
remove unnecessary patch
...
This patch
a504be8c70
.patch
has already been applied upstream
2021-05-07 10:39:35 -07:00
John Ericson
17305d2df0
Merge pull request #111487 from Ericson2314/llvm-outputs-and-cross-compile-tools
...
llvmPackages: Clean up outputs
2021-04-30 11:28:08 -04:00
Andrew Childs
7869d16545
llvmPackages: Multuple outputs for everythting
...
Also begin to start work on cross compilation, though that will have to
be finished later.
The patches are based on the first version of
https://reviews.llvm.org/D99484 . It's very annoying to do the
back-porting but the review has uncovered nothing super major so I'm
fine sticking with what I've got.
Beyond making the outputs work, I also strove to re-sync the packages,
as they have been drifting pointlessly apart for some time.
----
Other misc notes, highly incomplete
- lvm-config-native and llvm-config are put in `dev` because they are
tools just for build time.
- Clang no longer has an lld dep. That was introduced in
db29857eb3
, but if clang needs help
finding lld when it is used we should just pass it flags / put in the
resource dir. Providing it at build time increases critical path
length for no good reason.
----
A note on `nativeCC`:
`stdenv` takes tools from the previous stage, so:
1. `pkgsBuildBuild`: `(?1, x, x)`
2. `pkgsBuildBuild.stdenv.cc`: `(?0, ?1, x)`
while:
1. `pkgsBuildBuild`: `(?1, x, x)`
2. `pkgsBuildBuild.targetPackages`: `(x, x, ?2)`
3. `pkgsBuildBuild.targetPackages.stdenv.cc`: `(?1, x, x)`
2021-04-30 05:41:00 +00:00
Sandro
5c63565c74
Merge pull request #120629 from jupblb/gruvbox-nvim
2021-04-30 03:28:38 +02:00
"Andrey Kuznetsov"
8c4f24dfc4
vimPlugins.friendly-snippets: init at 2021-04-17
2021-04-29 10:16:41 +00:00
"Andrey Kuznetsov"
44ba3c22d0
vimPlugins.vim-code-dark: init at 2021-04-09
2021-04-29 10:16:14 +00:00
"Andrey Kuznetsov"
7e49de89e3
vimPlugins: update
2021-04-29 10:15:50 +00:00
Andrey Kuznetsov
3c3f328bc1
vimPlugins.which-key-nvim: fix branch
2021-04-29 10:15:14 +00:00
jupblb
d61fc4c2a3
Update vim-clap cargoSha256
2021-04-29 09:29:58 +02:00
jupblb
85c333d358
vimPlugins.gruvbox-nvim: init at 2021-04-23
2021-04-29 09:29:57 +02:00
Pablo Ovelleiro Corral
cfa0a57765
Add which-key-nvim ( #121092 )
2021-04-29 03:14:43 +02:00
Sandro
bdce7261ef
Merge pull request #119977 from malob/vimplugins-add-overrides
2021-04-26 06:43:48 +02:00
Vincent Cui
7b0b4c048a
vimPlugins.lazygit-nvim: init at 2021-03-25
2021-04-24 13:33:34 +02:00
"Vincent Cui"
12ece33098
vimPlugins.vim-helm: init at 2020-01-02
2021-04-24 13:33:34 +02:00
"Vincent Cui"
de69947e83
vimPlugins.vim-xtabline: init at 2021-01-31
2021-04-24 13:33:34 +02:00
Vincent Cui
d1ad812ec1
vimPlugins.suda-vim: init at 2021-02-20
2021-04-24 13:33:33 +02:00
"Vincent Cui"
16f6bc4f01
vimPlugins.wildfire-vim: init at 2014-11-16
2021-04-24 13:33:33 +02:00
Vincent Cui
888acb76a7
vimPlugins.LeaderF: init at 2021-04-02
2021-04-24 13:33:33 +02:00
"Vincent Cui"
fff666d4f7
vimPlugins: resolve github repository redirects
2021-04-24 13:33:33 +02:00
Vincent Cui
3f151a5617
vimPlugins: update
2021-04-24 13:33:33 +02:00
"Andrey Kuznetsov"
88289c4b37
vimPlugins.lsp-colors-nvim: init at 2021-04-23
2021-04-23 21:32:31 +00:00
"Andrey Kuznetsov"
37c937a95f
vimPlugins.nvim-base16: init at 2021-04-12
2021-04-23 20:47:52 +00:00
"Andrey Kuznetsov"
2a4aec9cdf
vimPlugins: update
2021-04-23 20:47:26 +00:00
"Dany Marcoux"
4707d4a645
vimPlugins.vim-strip-trailing-whitespace: init at 2021-01-03
2021-04-22 23:11:52 +02:00
"Dany Marcoux"
c67b5a0035
vimPlugins.wstrip-vim: init at 2021-03-14
2021-04-22 23:10:19 +02:00
"Dany Marcoux"
687cd11d7b
vimPlugins: update
2021-04-22 23:09:47 +02:00
José Luis Lafuente
f29292db76
tree-sitter: Add withPlugins
2021-04-22 14:11:01 +02:00
Malo Bourgon
6ba5094612
vimPlugins.completion-*: add dependencies
...
vimPlugins.gitsigns-nvim: add dependency
vimPlugins.telescope-*: add dependencies
2021-04-21 09:53:11 -07:00
Malo Bourgon
8dc5406544
vimPlugins: prefer self over super in overrides
2021-04-21 09:53:11 -07:00
"Kyle Ondy"
ebed784637
vimPlugins.git-worktree-nvim: init at 2021-04-19
2021-04-21 11:09:47 -04:00
"Kyle Ondy"
bb82ab69c4
vimPlugins: update
2021-04-21 11:09:23 -04:00
Matthieu Coudron
b3abdc9534
tests.vim: init (moved from vim-utils.nix) ( #119467 )
...
* tests.vim: init (moved from vim-utils.nix)
Moved tests from pkgs/misc/vim-plugins/vim-utils.nix to pkgs/test/vim.
Also reduced the amount of generated config:
- Make it possible to have an empty config when configured adequately
- removed default vim config when using native packages, it could be
source of bugs see linked issues (syntax on overrides vim highlights)
Things to watch out for:
- if you set configure.beforePlugins yourself, you will need to add set nocompatible too not to lose it
- filetype indent plugin on | syn on is not enabled anymore by default for the vim-plug installer: I dont think we should override vim defualts, at least not here since it is shared with neovim. Also sometimes it's enabled before plugins (pathogen etc,) which is not consistent.
you can run the tests via
$ nix-build -A tests.vim
2021-04-21 12:55:05 +02:00
Sandro
609d9cb227
Merge pull request #119901 from KyleOndy/add-vim-dispatch-neovim
...
Add vim-dispatch-neovim
2021-04-20 23:21:04 +02:00
Sandro
813446ba07
Merge pull request #119900 from KyleOndy/add-vim-jack-in
...
Add vim-jack-in
2021-04-20 23:20:06 +02:00
"lofsigma"
753f0731e8
vimPlugins.vimade: init at 2021-04-07
2021-04-20 14:54:56 -04:00
"lofsigma"
136920798a
vimPlugins.rnvimr: init at 2020-10-02
2021-04-20 14:52:50 -04:00
"lofsigma"
59a672e99c
vimPlugins: update
2021-04-20 14:52:33 -04:00
Kyle Ondy
ac8fc5f92f
vimPlugins.vim-jack-in: init at 2021-03-27
2021-04-20 13:30:09 -04:00
"Kyle Ondy"
29bb1cfff3
vimPlugins.vim-dispatch-neovim: init at 2017-01-18
2021-04-20 13:24:20 -04:00
figsoda
967c05b0eb
vimPlugins.gina-vim: init at 2020-10-07
2021-04-20 10:34:47 -04:00
figsoda
e375788830
vimPlugins: resolve github repository redirects
2021-04-20 10:34:25 -04:00
figsoda
ce9f060d75
vimPlugins: update
2021-04-20 10:34:05 -04:00
Malo Bourgon
78c9b87283
vimPlugins: cleanup overrides arguments
2021-04-19 14:16:22 -07:00
Malo Bourgon
e2926d64ba
vimPlugins: sort overrides alphabetically
2021-04-19 14:16:22 -07:00
Ana Hobden
63fca8b610
vimPlugins.LanguageClient-neovim: 0.1.160 → 0.1.161
...
Signed-off-by: Ana Hobden <operator@hoverbear.org>
2021-04-17 23:07:54 -07:00
Keith Bauson
35a76f4d39
vimPlugins.coc-explorer: convert to nodePackages ( #119336 )
2021-04-13 19:25:54 +02:00
Malo Bourgon
e696669d90
vimPlugins.vim-haskell-module-name: init at 2020-01-20
...
vimPlugins.lush-nvim: init at 2021-04-11
vimPlugins.telescope-z-nvim: init at 2021-03-09
vimPlugins.telescope-symbols-nvim: init at 2021-02-04
2021-04-12 17:58:12 -07:00
"Malo Bourgon"
ed908ba237
vimPlugins: update
2021-04-12 17:29:22 -07:00
"Justinas Stankevicius"
4ad6831671
vimPlugins.vim-markdown-toc: init at 2021-03-02
2021-04-11 20:02:21 +03:00
"Justinas Stankevicius"
b2f8216254
vimPlugins: update
2021-04-11 20:01:53 +03:00
Tom Repetti
51553c5353
vimPlugins.vim-opencl: init at 1.1
2021-04-08 15:16:12 -04:00
Tom Repetti
db4ae6c2a6
vimPlugins: update
2021-04-08 15:15:13 -04:00
Sandro
c48c82c801
Merge pull request #118695 from plabadens/vim-plugin-taskwiki
...
vimPlugins: add taskwiki
2021-04-07 01:29:37 +02:00
Pierre Labadens
17030137a7
vimPlugins: add taskwiki
2021-04-06 23:23:39 +02:00
"Andrey Kuznetsov"
fbebdfe9f1
vimPlugins.rust-tools-nvim: init at 2021-04-06
2021-04-06 16:50:20 +00:00
"Andrey Kuznetsov"
f142c40b35
vimPlugins.jellybeans-nvim: init at 2021-04-05
2021-04-06 16:50:20 +00:00
Andrey Kuznetsov
95411fe906
vimPlugins.vim-clap: updated cargoSha256
2021-04-06 16:50:20 +00:00
"Andrey Kuznetsov"
deed0b3813
vimPlugins: update
2021-04-06 16:24:54 +00:00
Andrey Kuznetsov
71c4f6c24b
vimPlugins.glow-nvim: set branch to main
2021-04-06 16:24:20 +00:00
Sandro
2e1c5b6d34
Merge pull request #98597 from onsails/fix-onehalf
...
vim-plugins: onehalf - fix path
2021-03-30 15:56:10 +02:00
"Jonathan Ringer"
4f7ed91c68
vimPlugins: update
2021-03-29 23:39:53 -07:00
Pablo Ovelleiro Corral
8d522891e3
vimPlugins.nvim-whichkey-setup-lua: init at 2021-03-26
2021-03-29 08:34:44 +02:00
Pablo Ovelleiro Corral
2582245127
vimPlugins: update
2021-03-29 08:34:30 +02:00
Andrey Kuznetsov
85e1e064e5
vimPlugins.onehalf: fix path
2021-03-27 19:44:55 +00:00
figsoda
19d5078770
vimPlugins.termwrapper-nvim: init at 2020-12-23
2021-03-26 10:07:52 -04:00
figsoda
ca4463c73e
vimPlugins: update
2021-03-26 10:07:41 -04:00
figsoda
6a9d308fd9
vimPlugins.nvim-toggleterm-lua: init at 2021-03-23
2021-03-25 19:47:47 -04:00
figsoda
777716c410
vimPlugins: update
2021-03-25 19:47:15 -04:00
figsoda
48f244a518
vimPlugins.nvim-colorizer-lua: init at 2020-06-11
2021-03-23 22:25:11 -07:00
figsoda
1e2bd7cd6f
vimPlugins.nvim-bufferline-lua: init at 2021-03-22
2021-03-23 18:49:51 -04:00