Commit Graph

1139 Commits

Author SHA1 Message Date
Andrey Kuznetsov
fa0eac3dff vimPlugins.one-nvim: init at 2021-01-25 2021-01-25 13:47:13 -08:00
Andrey Kuznetsov
97f7ae626c vimPlugins: update 2021-01-25 13:47:13 -08:00
"Andrey Kuznetsov"
82fad3646e vimPlugins.oceanic-material: init at 2020-11-02 2021-01-25 11:07:20 +00:00
"Andrey Kuznetsov"
78ec731265 vimPlugins.zephyr-nvim: init at 2021-01-13 2021-01-25 11:06:56 +00:00
"Andrey Kuznetsov"
8d56df7390 vimPlugins.lspsaga-nvim: init at 2021-01-25 2021-01-25 11:06:33 +00:00
"Andrey Kuznetsov"
13e91f4a19 vimPlugins: update 2021-01-25 11:06:09 +00:00
Thiago Kenji Okada
d2b51fd032 vimPlugins.vim-autoswap: init at 2019-01-09 2021-01-24 14:50:11 -03:00
Ben Siraphob
f38a63c10b vim-plugins/overrides.nix: stdenv.lib -> lib 2021-01-24 10:55:21 +07:00
"Matthieu Coudron"
69113ace45 vimPlugins.packer-nvim: init at 2021-01-22 2021-01-24 00:34:02 +01:00
"Matthieu Coudron"
eba7b3848d vimPlugins.telescope-frecency-nvim: init at 2021-01-20 2021-01-24 00:34:02 +01:00
"Matthieu Coudron"
1b848b95bd vimPlugins.sql-nvim: init at 2021-01-22 2021-01-24 00:34:02 +01:00
"Matthieu Coudron"
5f35338b18 vimPlugins: update 2021-01-24 00:20:53 +01:00
"Jonathan Ringer"
2868a2be82
vimPlugins.vim-hcl: init at 2020-09-07 2021-01-21 14:55:21 -08:00
"Jonathan Ringer"
a18ef3f67d
vimPlugins: update 2021-01-21 14:55:21 -08:00
Florian Beeres
73f0e809a1 vimPlugins: change branch for gitsigns.nvim 2021-01-21 17:41:40 +01:00
Florian Beeres
c88e459655 vimPlugins.chadtree: init at 2021-01-21 2021-01-21 17:40:19 +01:00
Florian Beeres
146e6faf79 vimPlugins: update 2021-01-21 17:39:58 +01:00
José Luis Lafuente
8a89b8789a
vimPlugins.telescope-fzy-native-nvim: init at 2021-01-02 2021-01-19 23:12:23 +01:00
José Luis Lafuente
337475b199 vimPlugins.nvim-jdtls: init at 2021-01-19 2021-01-19 10:17:38 -08:00
José Luis Lafuente
6333fbeb83 vimPlugins.gitsigns-nvim: init at 2021-19-01 2021-01-19 10:17:25 -08:00
Andrey Kuznetsov
f14a087dd8 vimPlugins.vim-clap: updated cargoSha256 2021-01-19 09:49:47 -08:00
Andrey Kuznetsov
afcb1b7159 vimPlugins.telescope-fzf-writer-nvim: init at 2021-01-10 2021-01-19 09:49:47 -08:00
Andrey Kuznetsov
ed09337bdb vimPlugins: resolve github repository redirects 2021-01-19 09:49:47 -08:00
Andrey Kuznetsov
6d1dc503fb vimPlugins: update 2021-01-19 09:49:47 -08:00
Andrey Kuznetsov
6298817fa2 vimPlugins.galaxyline-nvim: fix branch 2021-01-19 09:49:47 -08:00
Sandro
2c1c292c67
Merge pull request #106931 from jlesquembre/galaxyline-nvim
vimPlugins.galaxyline-nvim: init at 2020-12-14
2021-01-18 21:01:51 +01:00
Sandro
50b8b330a6
Merge pull request #107093 from typetetris/add-erlang-vim-plugins 2021-01-18 13:15:36 +01:00
Andrey Kuznetsov
07ffb7b902
vimPlugins.vim-clap: updated cargoSha256 2021-01-17 16:12:36 +00:00
"Andrey Kuznetsov"
82069d18ad vimPlugins.indent-blankline-nvim: init at 2020-12-18 2021-01-17 15:45:56 +00:00
"Andrey Kuznetsov"
22746e6278 vimPlugins: update 2021-01-17 15:45:32 +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
Hugo Lageneste
4e76d1e2ee
vimPlugins.coc-lua: init at 2021-01-08
Fixes #109233
2021-01-13 22:28:39 +01:00
Hugo Lageneste
6eef2500e8
vimPlugins: update 2021-01-13 22:28:34 +01:00
Sandro
8922b5df79
Merge pull request #108949 from onsails/vim-closer 2021-01-13 08:48:15 +01:00
Sandro
ff3057f61a
Merge pull request #108812 from jlesquembre/fennel-vim
vimPlugins.fennel-vim: init at 2021-01-08
2021-01-12 16:17: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
"Andrey Kuznetsov"
ca09360fdd vimPlugins: update 2021-01-10 13:37:57 +00:00
Andrey Kuznetsov
1458efa4d2 vimPlugins.fzf-lsp-nvim: init at 2020-12-24 2021-01-09 17:02:09 -08:00
Andrey Kuznetsov
5ba32d2300 vimPlugins: update 2021-01-09 17:02:09 -08:00
Andrey Kuznetsov
9297928d60 vimPlugins.lualine-nvim: init at 2021-01-09 2021-01-09 15:55:05 -08:00
Andrey Kuznetsov
58b12ae347 vimPlugins.lsp-status-nvim: init at 2021-01-05 2021-01-09 15:55:05 -08:00
Andrey Kuznetsov
fb900bd8bf vimPlugins: update 2021-01-09 15:55:05 -08:00
Sandro
b24abe6c3b
Merge pull request #108811 from jlesquembre/aniseed
vimPlugins.aniseed: init at 2021-01-08
2021-01-09 17:41:06 +01:00
Guillaume Girol
8cc191b36b
Merge pull request #108205 from ivankovnatsky/patch-9
vimPlugins.vim-git: init at 2020-07-13
2021-01-09 15:47:27 +00:00
Sandro
7860fe64c6
Merge pull request #108797 from xwvvvvwx/coq.vim 2021-01-09 03:14:03 +01:00
José Luis Lafuente
f4cd1414ce
vimPlugins.fennel-vim: init at 2021-01-08 2021-01-08 23:54:00 +01:00
José Luis Lafuente
a1b7e45eee
vimPlugins.aniseed: init at 2021-01-08 2021-01-08 21:56:06 +01:00
Sandro
40bfa03257
Merge pull request #108722 from jlesquembre/vim-capslock
vimPlugins.vim-capslock: init at 2021-01-07
2021-01-08 15:59:47 +01:00