Commit Graph

535 Commits

Author SHA1 Message Date
Timo Kaufmann
df47f8b147
vimPlugins: update (#61226) 2019-05-10 10:41:14 +02:00
Timo Kaufmann
5905034750
vimPlugins: update (#60850) 2019-05-03 10:09:05 +02:00
Timo Kaufmann
028119189d
vimPlugins: update (#60325) 2019-04-27 17:18:56 +02:00
Roman Volosatovs
661384ec60
vimPlugins: Update 2019-04-25 14:29:16 +02:00
Roman Volosatovs
1257a86236
vimPlugins: Fix sorting 2019-04-25 14:28:41 +02:00
Roman Volosatovs
51c7ab1d1b
vimPlugins: Add vim-visual-multi 2019-04-25 12:13:21 +02:00
Malo Bourgon
1b972aa8de vimPlugins.deoplete-fish: init at 2018-09-15 2019-04-21 16:38:06 -07:00
Malo Bourgon
2aa505b5d9 vimPlugins.vim-choosewin: init at 2018-06-11 2019-04-21 16:33:35 -07:00
Malo Bourgon
8e3eccccba vimPlugins.NeoSolarized: init at 2018-05-07 2019-04-21 16:31:18 -07:00
Malo Bourgon
0a43d78ed9 vimPlugins.vim-fish: init at 2017-11-22 2019-04-21 16:29:04 -07:00
Malo Bourgon
9bc3eb7a66 vimPlugins: update 2019-04-21 16:25:46 -07:00
Jacek Galowicz
bfd9eaeb53 vimPlugins.emodeline: init at 2010-10-18 2019-04-20 20:00:03 +00:00
Timo Kaufmann
5e7e5a2062
vimPlugins: update (#59874) 2019-04-19 10:42:45 +02:00
Sirio Balmelli
16a4799cf0 Add vim-jdaddy plugin (alternate, faster JSON linting)
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2019-04-16 20:40:44 +02:00
Sirio Balmelli
edfbf262ba Add vim plugin vim-beancount
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2019-04-16 20:40:43 +02:00
Matthieu Coudron
a8a511452b vimPlugins: update 2019-04-14 15:33:27 +09:00
Matthieu Coudron
b8df8f2b53 vimPlugins.unicode-vim: init at 2019-03-08 2019-04-14 15:28:48 +09:00
Matthieu Coudron
02510e4260 vimPlugins.far-vim: init at 2019-02-20 2019-04-14 15:28:48 +09:00
Matthieu Coudron
6d78ce2368 vimPlugins.vim-rsi: init at 2019-03-15 2019-04-14 15:28:48 +09:00
Matthieu Coudron
f4285f541c vimPlugins.vCoolor.vim: init at 2018-10-06
For linux I chose zenity to generate the popups (yad can be used too).
Other buildInputs are needed for macos.
2019-04-14 15:28:47 +09:00
Matthieu Coudron
fedd854918 vimPlugins.vim-sneak: init at 2018-08-29 2019-04-14 15:28:47 +09:00
Anders Lundstedt
84715fb3cf vimPlugin: init vim-liquid (#57810)
Added the vim-liquid plugin by following the instructions at

https://nixos.wiki/wiki/Vim#Adding_new_plugins
2019-04-13 14:36:33 +02:00
Timo Kaufmann
d71ae09c90
vimPlugins: update (#59002) 2019-04-05 09:57:57 +00:00
Silvan Mosberger
b8fbca0873
Merge pull request #58409 from Infinisil/vim-stylish-haskell-path
vimPlugins.vim-stylish-haskell: Patch path to executable
2019-04-01 05:41:34 +02:00
Timo Kaufmann
4bb6f26aee
vimPlugins: update (#58573) 2019-03-30 10:45:09 +00:00
Silvan Mosberger
f214efa6f1
vimPlugins.vim-stylish-haskell: Patch path to executable 2019-03-26 22:36:52 +01:00
Timo Kaufmann
d828bf7a10
vimPlugins: update (#58134) 2019-03-23 10:31:17 +00:00
Olli Helenius
48f13a3afe vimPlugins.nord-vim: init at 0.10.0 2019-03-21 17:29:41 +02:00
Timo Kaufmann
b54478ce2b
vimPlugins: update (#57796) 2019-03-17 14:46:48 +00:00
Silvan Mosberger
5cc7ce99b8
Merge pull request #57553 from Kiwi/vim-plugins-fix
vim-plugins: typo propogatedBuildInputs -> propagatedBuildInputs
2019-03-14 20:00:02 +01:00
Robert Djubek
d8e8c4e362
vim-plugins: typo propogatedBuildInputs -> propagatedBuildInputs 2019-03-13 00:04:26 +00:00
Vladimír Čunát
6e6633bacb
Merge #56586: vimPlugins.meson: init, following pkgs.meson 2019-03-08 12:21:44 +01:00
Jörg Thalheim
34aa254f9e
Merge pull request #56191 from tobim/restrict-vim-update
Restrict vim update.py to generated.nix
2019-03-03 22:12:45 +00:00
Vladimír Čunát
aed7621ef8
vimPlugins.meson: init, following pkgs.meson 2019-03-01 17:13:43 +01:00
Jörg Thalheim
dadc7eb329
treewide: use runtimeShell instead of stdenv.shell whenever possible
Whenever we create scripts that are installed to $out, we must use runtimeShell
in order to get the shell that can be executed on the machine we create the
package for. This is relevant for cross-compiling. The only use case for
stdenv.shell are scripts that are executed as part of the build system.
Usages in checkPhase are borderline however to decrease the likelyhood
of people copying the wrong examples, I decided to use runtimeShell as well.
2019-02-26 14:10:49 +00:00
Mateusz Gołębiewski
75211154ed vim: Allow independent setting of executable names
* Allow settign gvim wrapper name independently of vim wrapper name.
* Allow setting vim wrapper name independently of derivation name.
* Refactor multiple places where name was checked for null with default
  value.
2019-02-24 05:07:46 +01:00
Patrick Callahan
b623da79e4 vim-utils: include vim man pages in the output of vim_customizable.customize 2019-02-24 04:31:00 +01:00
Tobias Mayer
134a061d93 Restrict vim update.py to generated.nix 2019-02-22 15:49:43 +01:00
Frederik Rietdijk
815b77cbe6 Merge master into staging-next 2019-02-18 14:18:04 +01:00
Jörg Thalheim
cbd6457a88
Merge pull request #55654 from rvolosatovs/update/vim-plugins
vimPlugins: Update
2019-02-18 12:10:57 +00:00
Roman Volosatovs
37aacb9553
vimPlugins: Update 2019-02-16 21:01:32 +01:00
Tobias Mayer
2cab34af9a LanguageClient-neovim: 2018-09-07 -> 0.1.140 2019-02-15 23:17:36 +01:00
Matthew Bauer
5c09d977c7 Merge remote-tracking branch 'origin/master' into staging 2019-02-09 12:14:06 -05:00
Roman Volosatovs
23319c6746
vimPlugins: Update 2019-02-04 20:34:03 +01:00
Vladimír Čunát
8ba516664b
Merge branch 'staging-next' into staging 2019-02-01 09:42:53 +01:00
Timo Kaufmann
2564e780b5
vimPlugins: update (#54889)
Auto-generated update.
2019-01-29 20:55:52 +01:00
Matthew Bauer
92f0f8dd68 Merge remote-tracking branch 'NixOS/master' into staging 2019-01-27 00:01:13 -05:00
Jörg Thalheim
544c227174
Merge pull request #54590 from symphorien/sved2
vimPlugins.sved: init
2019-01-26 09:20:34 +00:00
Symphorien Gibol
fdf77854b4 vimPlugins.sved: init 2019-01-25 21:51:01 +01:00
Vladimír Čunát
3fe32b675e
Merge branch 'master' into staging 2019-01-22 15:59:42 +01:00