Commit Graph

111 Commits

Author SHA1 Message Date
"Matthieu Coudron"
1b848b95bd vimPlugins.sql-nvim: init at 2021-01-22 2021-01-24 00:34:02 +01:00
José Luis Lafuente
8a89b8789a
vimPlugins.telescope-fzy-native-nvim: init at 2021-01-02 2021-01-19 23:12:23 +01:00
Andrey Kuznetsov
f14a087dd8 vimPlugins.vim-clap: updated cargoSha256 2021-01-19 09:49:47 -08:00
Andrey Kuznetsov
07ffb7b902
vimPlugins.vim-clap: updated cargoSha256 2021-01-17 16:12:36 +00:00
Ben Siraphob
fce00d15c2 pkgs/misc: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08:00
Ben Siraphob
badf51221d treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +07:00
Sandro
8922b5df79
Merge pull request #108949 from onsails/vim-closer 2021-01-13 08:48:15 +01:00
Andrey Kuznetsov
82feec5f7b
vimPlugins.vim-closer: init at 2021-01-11 2021-01-12 12:46:23 +00:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Sandro Jäckel
4dc41b920c
vimPlugins.vim-clap: Fix maple hash 2021-01-05 02:30:47 +01:00
Ivan Kovnatsky
5e66517178 vimPlugins.lens-vim: init at 2020-04-24 2020-12-08 09:55:45 -08:00
jupblb
a86b1f48bf vimPlugins.nvim-lsputils: override with popfix dependency 2020-11-29 14:46:58 +01:00
Malo Bourgon
da8bd7747d vimPlugins.coc-vimlsp: fix by using nodePackage override 2020-11-27 15:06:15 -08:00
Malo Bourgon
2c2ddbd819 vimPlugins.coc-markdownlint: fix by using nodePackage override 2020-11-27 15:06:15 -08:00
Andrey Kuznetsov
ad55d8353a vimPlugins.vim-hexokinase: build bin 2020-11-19 01:00:34 +04:00
Flakebi
eafb0c886d vimPlugins.vim-markdown-composer: init at 2020-08-15 2020-11-18 12:04:37 -08:00
symphorien
b73dd85c93
vimPlugins.LanguageClientNeovim: 0.1.158 -> 0.1.160 (#101688)
https://github.com/autozimu/LanguageClient-neovim/blob/0.1.160/CHANGELOG.md
2020-10-26 00:43:52 +01:00
Joe Hermaszewski
0e29b48a05 nodePackages.coc-diagnostic: init at 0.9.0
Also add as Vim plugin

Also update node packages from generate.sh
2020-10-17 08:56:20 -07:00
Andrey Kuznetsov
5cc71ccd9c vimPlugins.vim-clap: specify meta.platforms 2020-10-17 08:24:26 -07:00
Andrey Kuznetsov
f89fcf4d95 vimPlugins.vim-clap: updated cargoSha256 2020-10-01 10:32:22 -07:00
Andrey Kuznetsov
94e7c10c1e vimPlugins.completion-tabnine: link to TabNine binary 2020-10-01 10:32:22 -07:00
Hugo Lageneste
6e062ca938 vimPlugins.vimsence: init at 2020-06-30 2020-09-26 18:17:40 -07:00
Jake Waksbaum
92e990a8d6 vimPlugins: Inherit meta from node plugins 2020-09-05 18:24:24 -07:00
Jake Waksbaum
16592e54f7 vimPlugins: Refactor coc-* plugins and fix coc-go
There are 32 vim plugins, all related to the coc.nvim LSP plugin, that
are actually node packages and are included in nodePackages. In #82578,
those vim plugins were made to point at the corresponding node packages,
which fixed issues where the sources weren't being compiled properly
with Javascript build systems.

The way each of those vim plugins wraps its corresponding node package
is identical, so I factored that out into a function and eliminated the
duplication.

In addition, for some reason coc-go got missed, which led to it not
working correctly for me. I included it in my list of packages to wrap,
so that fixes that issue.
2020-09-04 08:33:47 -07:00
Andrey Kuznetsov
17fb2201d4 vimPlugins.vim-clap: compile maple binary 2020-08-15 16:29:34 -07:00
Jörg Thalheim
f50b820bf4
Merge pull request #83915 from tsaeger/tsaeger/skim-fix-vim-plugin 2020-08-02 06:48:56 +01:00
Jörg Thalheim
4701e11216
Merge pull request #92323 from symphorien/lcn 2020-07-30 06:01:05 +01:00
Darwin Corn
ef0df90c50 vimPlugins: add overrides for new ncm2 plugin deps 2020-07-18 17:01:56 -07:00
Symphorien Gibol
caa21c7cc0 vimPlugins.LanguageClient-neovim: 0.1.157 -> 0.1.158 2020-07-05 12:00:00 +00:00
Frederik Rietdijk
6f72f0b0df Merge staging-next into staging 2020-06-24 19:04:26 +02:00
Sirio Balmelli
d5b6a9c6de vim-beancount: fix broken
Runtime dependency on python3 'beancount' package needed
for autocompletion engine.

Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2020-06-23 16:17:36 -07:00
John Ericson
f3f7612a40 C++ Compilers: Systematize handling of standard libraries 2020-06-22 04:24:44 +00:00
Bouke van der Bijl
f71490bd1d Add gopls to vim-go binaries 2020-06-10 12:58:39 -07:00
Jörg Thalheim
f17888bf0f
Merge pull request #81440 from NickHu/fruzzy
vimPlugins.fruzzy: init at 2019-10-28
2020-05-27 16:31:56 +01:00
Sam Hug
59087de17b vimPlugins.coc-rust-analyzer: init at 2020-04-24 2020-04-26 11:34:23 -07:00
Jörg Thalheim
019dc065ee
gometalinter: remove
gometalinter development has stopped. golangci-lint is the replacement
2020-04-23 15:33:15 +01:00
Minijackson
903266491b vimPlugins.LanguageClient-neovim: 0.1.156 -> 0.1.157 2020-04-22 14:00:40 -07:00
Tom Saeger
991221f9aa skim-vim: init at 2019-07-31 2020-04-13 10:36:38 -05:00
Matthieu Coudron
ad06ae4195 vimPlugins.vim-dasht: init at 2019-09-29
Use with `:Dasht`.
2020-04-13 15:04:03 +02:00
Rok Garbas
a8a254d828
vimPlugins: coc-nvim update (#85106) 2020-04-13 00:44:59 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Minijackson
bf96f9122d
vimPlugins.gruvbox-community: 2019-05-31 -> 2020-02-24, switch to autogenerated 2020-03-28 10:43:56 +01:00
Jason Miller
4234ef550c vimacs: init at 2016-03-24 2020-03-27 14:39:22 -04:00
ryneeverett
6601c1699f vimPlugins: Update redirects 2020-03-22 05:04:26 +00:00
Timo Kaufmann
1711025a3d vimPlugins: update
The vim-pandoc patch is now outdated and has been replaced by a better
workaround upstream:

https://github.com/vim-pandoc/vim-pandoc/pull/363
2020-03-20 17:44:25 +01:00
Timo Kaufmann
880f5a6125 vimPlugins.vim-pandoc: fix startup 2020-03-17 23:04:10 +01:00
eyjhbb@gmail.com
d8b41ad219
vimPlugins.coc-*: add npm dependencies 2020-03-15 17:30:33 +00:00
Ersin Akinci
347479b6e0
vimPlugins.overrides: add coc-prettier 2020-03-15 12:55:06 +00:00
Benjamin Hipple
4e5838132e vimPlugins.LanguageClient-neovim: upgrade cargo fetcher and cargoSha256 2020-03-09 19:00:48 +01:00
Nick Hu
a478f09d4b
vimPlugins.fruzzy: init at 2019-10-28 2020-03-04 09:51:25 +00:00