Ben Siraphob
badf51221d
treewide: stdenv.lib -> lib
2021-01-16 17:58:11 +07:00
Sandro
a16035fbce
Merge pull request #109056 from benley/tmux-power-theme
...
tmuxPlugins.power-theme: init at 2020-11-18
2021-01-12 23:40:40 +01:00
Benjamin Staffin
55ec76d229
tmuxPlugins.power-theme: init at 2020-11-18
2021-01-11 17:10:48 -05: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
2be707eca8
Merge pull request #108654 from SuperSandro2000/patch-1
...
tmuxPlugins.onedark-theme: fix entrypoint
2021-01-07 12:37:54 +01:00
Andy Richardson
117a657737
tmuxPlugins.onedark-theme: fix entrypoint
2021-01-07 11:03:11 +01:00
Sandro
ecf9b8b97d
Merge pull request #107552 from ethancedwards8/bump-tmuxPlugins-dracula
...
tmuxPlugins.dracula: unstable-2020-12-2 -> unstable-2020-12-28
2020-12-30 19:27:11 +01:00
Ethan Edwards
ebd7f86dd8
tmuxPlugins.dracula: unstable-2020-12-2 -> unstable-2020-12-24
2020-12-28 15:05:56 -05:00
Sandro
4c7b05e26d
Merge pull request #105733 from arnarg/tmux-jump
...
tmuxPlugins.jump: fix ruby dependency
2020-12-27 17:02:03 +01:00
Silvan Mosberger
aeadbb8625
Merge pull request #95275 from KyleOndy/add_tmux_plugin_fzf
...
tmuxPlugins.tmux-fzf: init at unstable-2020-11-12
2020-12-02 22:52:15 +01:00
Arnar Gauti Ingason
ceb215e625
tmuxPlugins.jump: fix ruby dependency
2020-12-02 22:23:41 +01:00
Sandro
61e63433b5
Merge pull request #104652 from ethancedwards8/tmux-plugins-dracula
2020-12-02 10:00:13 +01:00
Ethan Edwards
4a636081ec
tmuxPlugins.dracula: init at unstable-2020-12-2
2020-12-02 00:22:05 -05:00
Sandro
e065cbf01c
Merge pull request #105386 from arnarg/tmux-jump
...
tmuxPlugins.jump: init at 2020-06-26
2020-11-30 01:42:52 +01:00
Arnar Gauti Ingason
4115b5adb1
tmuxPlugins.jump: init at 2020-06-26
2020-11-29 19:02:14 +01:00
Arnar Gauti Ingason
7b4b75b099
tmuxPlugins.tilish: init at 2020-08-12
2020-11-29 18:14:12 +01:00
Sherub Thakur
e145bb2580
tmux-onedark-theme: init ( #89623 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2020-11-28 19:46:57 +01:00
RonanMacF
d585d999b5
tmuxPlugins.vim-tmux-focus-events: init at unstable 2010-10-06
2020-11-25 21:04:52 +00:00
Kyle Ondy
b6340e5030
tmuxPlugins.tmux-fzf: init at unstable-2020-11-12
...
This plugin has no releases or tags yet, so pinned to the current head
of master as of this commit.
2020-11-24 00:06:59 -05:00
RonanMacF
90fd158c79
tmuxPlugins.resurrect: unstable-2020-03-21 -> unstable-2020-09-18
2020-11-01 13:42:55 +00:00
RonanMacF
f4c229b2d6
tmuxPlugins.continuum: unstable-2018-02-23 -> unstable-2020-10-16
2020-11-01 13:37:07 +00:00
Hongchang Wu
9583f5295e
tmuxPlugins.nord: init at 0.3.0
2020-09-19 00:26:05 -04:00
Lassulus
326ab94258
Merge pull request #94089 from cixel/patch-1
...
tmuxPlugins.cpu: unstable-2020-04-05 -> unstable-2020-07-25
2020-09-08 21:13:09 +02:00
afreakk
15e5bbdedf
tmuxPlugins.fingers: fix rtpFilePath
2020-08-12 11:05:43 +02:00
Ehden Sinai
387333c25d
tmuxPlugins.cpu: unstable-2020-04-05 -> unstable-2020-07-25
...
bump revision for tmux-cpu (885805 -> 20120a).
new revision includes a number of small fixes. motivation for the change
is 5feb11, which fixes an issue calculating ram percentage with vm_stat
(mostly affects macOS).
2020-07-28 13:08:43 -04:00
Cody Allen
08a69fbf4f
tmuxPlugins.fingers: init at 1.0.1
...
[tmux-fingers](https://github.com/Morantron/tmux-fingers ) provides copy pasting with vimium/vimperator like hints.
Use tag for tmux-fingers rev based on PR feedback
Co-Authored-By: Drew <drewrisinger@users.noreply.github.com>
2020-06-24 14:58:08 -07:00
Benjamin Hipple
d5ccc59056
tmuxPlugins: upgrade all to latest
...
Many of the tmux plugins had not been updated in some time. This PR:
- Updates all of them to the latest version. This is notable because `tmux 3.0`
has come out recently, and some of them have compatibility fixes for the new
version (e.g., `vim-tmux-navigator`), as well as general performance
improvements and bugfixes for many of them.
- Uses `fetchFromGitHub`, which is both more performant and hashed mirror friendly.
- Adds the standard `version = "unstable-YYYY-MM-DD"`, which makes it easy to
determine at a glance how old/unmaintained some of these are.
- Adds the standard `pname` for overlay friendliness
2020-04-05 21:51:49 -04:00
Jason Felice
f167ab402a
tmuxPlugins.ctrlw: 0.1.0 -> 0.1.1
2019-12-09 14:47:12 -05:00
John Ericson
d0d5136cce
Merge remote-tracking branch 'upstream/master' into wrapper-pname-support
2019-11-24 17:25:07 +00:00
John Ericson
9b090ccbca
treewide: Get rid of most parseDrvName
without breaking compat
...
That is because this commit should be merged to both master and
release-19.09.
2019-11-24 17:22:28 +00:00
Jason Felice
2ae11c5aeb
tmuxPlugins.tmux-plumb: init at 0.1.1
2019-11-04 22:52:14 -05:00
Kyle Ondy
13704d2b48
tmuxPlugins: Add tmux-gruvbox to tmux-plugins
...
This commit adds Maciej Sypień's port [1] of Pavel Pertsev's gruvbox
color scheme [2] for vim.
[1] https://github.com/egel/terminator-gruvbox
[2] https://github.com/morhetz/gruvbox
2019-10-30 15:47:46 -04:00
Lucio Delelis
2e87260faf
tmuxPlugins.sysstat: init at 2017-12-12
2019-09-15 15:27:39 +02:00
Jason Felice
fd2b2b5cd5
tmux-ctrlw: init at 0.1.0
2019-07-25 22:39:43 +02:00
Nick Hu
1d9d31a0eb
tmuxPlugins.tmux-colors-solarized: init tmux plugin
2019-07-25 20:57:52 +02:00
Nick Hu
6c28c29e64
tmuxPlugins.vim-tmux-navigator: fix runtimepath ( #60165 )
2019-04-26 08:12:18 -07:00
Eric Ren
d2370f515b
Added vim-tmux-navigator plugin to tmux-plugins
2019-03-20 15:24:41 -07:00
Wael M. Nasreddine
8657ad712c
tmuxPlugins.sensible: hardcode the path of reattach-to-user-namespace
2018-11-14 19:39:04 -08:00
Wael M. Nasreddine
e8a5f6c225
tmuxPlugins: expose mkDerivation for creating a TMUX plugins
2018-08-06 12:17:45 -07:00
Wael M. Nasreddine
9bf0ebac7e
tmux-plugins: fix the fzf-tmux-url derivation
2018-08-06 11:15:16 -07:00
Wael M. Nasreddine
b246709f1b
tmuxPlugins: add fzf-tmux-url to the list of plugins
2018-08-05 00:13:47 -07:00
pjan vandaele
3f5b03551f
adds tmuxPlugins
2018-03-11 17:47:36 +09:00