Commit Graph

7995 Commits

Author SHA1 Message Date
github-actions[bot]
4e717ab958
Merge staging-next into staging 2022-08-15 06:01:47 +00:00
github-actions[bot]
9c7cf16ec7
Merge master into staging-next 2022-08-15 06:01:11 +00:00
Franz Pletz
f38bb4d487
Merge pull request #186590 from midchildan/remove/sourcetrail
sourcetrail: remove
2022-08-15 06:41:27 +02:00
Sebastián Mancilla
10a745eac8
Merge pull request #179896 from erikarvstedt/fix-bash-exit-handler
treewide: fix bash exit handlers
2022-08-14 21:42:41 -04:00
Sebastián Mancilla
89019cbdfc
Merge pull request #186640 from trofi/update-nano
nano: 6.3 -> 6.4
2022-08-14 21:00:53 -04:00
github-actions[bot]
842c52c5ba
Merge staging-next into staging 2022-08-15 00:03:15 +00:00
github-actions[bot]
1db41d0201
Merge master into staging-next 2022-08-15 00:02:37 +00:00
Christian Kögler
19f152c2b0 neovide: 0.9.0 -> 0.10.0 2022-08-15 00:55:38 +02:00
Sergei Trofimovich
96958813c3 nano: 6.3 -> 6.4
Changes: https://lists.gnu.org/archive/html/info-gnu/2022-08/msg00001.html
2022-08-14 12:57:48 +01:00
midchildan
e4b89c06c3
sourcetrail: remove 2022-08-14 17:08:52 +09:00
github-actions[bot]
1c7931d7e1
Merge staging-next into staging 2022-08-13 18:01:53 +00:00
github-actions[bot]
7afe7a957c
Merge master into staging-next 2022-08-13 18:01:16 +00:00
superherointj
f0316a3467
Merge pull request #186206 from samuela/upkeep-bot/vscodium-1.70.1-1660263805
vscodium: 1.70.0 -> 1.70.1
2022-08-13 12:55:07 -03:00
github-actions[bot]
e47407256a
Merge staging-next into staging 2022-08-13 00:03:07 +00:00
github-actions[bot]
afcc45262a
Merge master into staging-next 2022-08-13 00:02:28 +00:00
maxine [they]
03102b325e
Merge pull request #186022 from samuela/upkeep-bot/vscode-1.70.1-1660177381
vscode: 1.70.0 -> 1.70.1
2022-08-12 23:33:04 +02:00
github-actions[bot]
16cfaf6150
Merge staging-next into staging 2022-08-12 18:01:50 +00:00
github-actions[bot]
de52f0cee4
Merge master into staging-next 2022-08-12 18:01:11 +00:00
Jan Tojnar
365557e043 xxe-pe: 10.1.0 → 10.2.0
https://www.xmlmind.com/pipermail/xmleditor-support/2022-July/012797.html

Old version has broken src URL.
2022-08-12 18:26:26 +02:00
fn ⌃ ⌥
b81820713f micro: install icon 2022-08-12 08:58:56 -05:00
github-actions[bot]
a1c35707df
Merge staging-next into staging 2022-08-12 12:02:19 +00:00
github-actions[bot]
71344f23b3
Merge master into staging-next 2022-08-12 12:01:32 +00:00
Matthieu Coudron
60b0ef2931
Merge pull request #184364 from teto/vim-merge-cmds 2022-08-12 09:38:12 +02:00
nixpkgs-upkeep-bot
9eb7edfef9 vscodium: 1.70.0 -> 1.70.1 2022-08-12 00:23:25 +00:00
nixpkgs-upkeep-bot
08bd25a37a vscode: 1.70.0 -> 1.70.1 2022-08-11 00:23:01 +00:00
github-actions[bot]
e5f805a2a5
Merge staging-next into staging 2022-08-10 12:01:58 +00:00
github-actions[bot]
615ca4335f
Merge master into staging-next 2022-08-10 12:01:18 +00:00
Bobby Rong
0734dc5da2
Merge pull request #185870 from wyndon/vscode.piousdeer.adwaita-theme
vscode-extensions.piousdeer.adwaita-theme: 1.0.7 -> 1.0.8
2022-08-10 19:56:00 +08:00
wyndon
80bfe83082
vscode-extensions.piousdeer.adwaita-theme: 1.0.7 -> 1.0.8 2022-08-10 09:54:03 +02:00
AndersonTorres
b4e86d9baa elpa-packages: manual fixup 2022-08-10 01:16:15 -03:00
AndersonTorres
7e20517af0 elisp packages updates 2022-08-10 2022-08-10 00:13:03 -03:00
Janne Heß
a42db97eb7
vim: 9.0.0135 -> 9.0.0180 and replace inactive maintainer 2022-08-09 19:46:04 +01:00
Matthieu Coudron
cc0ff183c6 neovimUtils: remove the compatibility layer introduced in 2018
removed compatFun, we need to make the code clearer
2022-08-09 16:21:59 +02:00
Matthieu Coudron
b4d8662c4a neovimUtils.makeNeovimConfig: remove mention of python2
latest neovim stopped supporting python2. We have an ellipsis as input so this should not cause any further error
2022-08-09 16:21:59 +02:00
Matthieu Coudron
6bc1f400f4 update requirePlugins 2022-08-09 16:21:59 +02:00
Matthieu Coudron
cda1f8ae46 neovim: pass packpath via the wrapper
Adding "packages" to the neovim distribution triggers the wrapping of
the derivation. This is because it tries to "set packpath/rtp" in the
init.vim.

If we set these arguments via --cmd instead we can avoid to create an
init.vim, which can be useful if we want to wrap an init.lua later on
(in home-manager for instance, we dont want to generate viml code).

Also removes the support for "configure" in makeNeovimConfig and
configure.plug / configure.vam packages in the compatibility layer
'legacyWrapper'.
2022-08-09 16:20:55 +02:00
Matthieu Coudron
0fb2e47b7f vimUtils: improve comments 2022-08-09 12:01:33 +02:00
Matthieu Coudron
5d38ae801a neovimUtils: merge host settings so that they use a single --cmd flag
vim is limited to 10 --cmd flags so using fewer is better
2022-08-09 12:01:32 +02:00
Matthieu Coudron
eb051d99b0 vimRcContent: remove now unused linkLuaPlugin 2022-08-09 12:01:32 +02:00
Matthieu Coudron
6717d144ec vimRcContent: now throws when using pathogen 2022-08-09 12:00:20 +02:00
Matthieu Coudron
a36e146b7e vimUtils.vimrcContent: throw an error when using pathogen
We want fewer and even no vim package manager in nixpkgs
2022-08-09 12:00:20 +02:00
github-actions[bot]
d7cee51c43
Merge master into staging-next 2022-08-08 18:01:29 +00:00
figsoda
5524cbd127
Merge pull request #185449 from booklearner/zee-editor
zee: init at `0.3.2`
2022-08-08 20:57:56 +08:00
booklearner
22880e58ed
zee: init at 0.3.2 2022-08-07 18:40:39 -04:00
github-actions[bot]
09857d1dd4
Merge master into staging-next 2022-08-07 12:01:40 +00:00
Bobby Rong
86e69876a1
Merge pull request #185332 from samuela/upkeep-bot/vscodium-1.70.0-1659745326
vscodium: 1.69.2 -> 1.70.0
2022-08-07 16:36:37 +08:00
Bobby Rong
a2b1cf0e40
Merge pull request #184495 from sikmir/micro
micro: 2.0.10 → 2.0.11
2022-08-07 16:06:21 +08:00
github-actions[bot]
3dda1fd650
Merge master into staging-next 2022-08-07 06:01:14 +00:00
Bobby Rong
9c16fe5b87
Merge #181918: Cinnamon 5.4
https://www.linuxmint.com/rel_vanessa_cinnamon_whatsnew.php
2022-08-07 10:07:01 +08:00
github-actions[bot]
4bbe802309
Merge staging-next into staging 2022-08-06 12:01:56 +00:00