Sandro
cee3b00388
Merge pull request #226616 from COLAMAroro/submit/update-pulsar-1.104.0
2023-04-19 01:23:14 +02:00
Sandro
5c5a199d90
Merge pull request #226095 from malob/add-diff2html-cli
2023-04-19 00:41:18 +02:00
Matthieu Coudron
e2d6e8e19d
Merge pull request #219400 from symphorien/debug_nvim
...
neovim, libuv: add debug output
2023-04-18 23:37:18 +02:00
Nikolay Korotkiy
815dcea968
Merge pull request #226739 from r-ryantm/auto-update/cudatext
...
cudatext: 1.190.1 -> 1.191.0
2023-04-18 21:04:54 +04:00
figsoda
2a9bcca721
Merge pull request #226827 from NULLx76/mkhl-direnv-0.12.0
...
vscode-extensions.mkhl.direnv: 0.10.1 -> 0.12.0
2023-04-18 11:36:46 -04:00
Sandro
dce5261a1b
Merge pull request #200386 from rhoriguchi/vscode-extensions.contextmapper.context-mapper-vscode-extension
...
vscode-extensions.contextmapper.context-mapper-vscode-extension: init…
2023-04-18 17:10:55 +02:00
figsoda
9b0975ac36
Merge pull request #226860 from lovesegfault/vim-plugins
...
vimPlugins: update and add sort.nvim
2023-04-18 11:02:52 -04:00
Sandro
2b0ec7057e
Merge pull request #224928 from jerith666/eclipse-2023-03
...
eclipses: 2022-12 -> 2023-03
2023-04-18 16:41:55 +02:00
"Bernardo Meurer"
b4ca18c060
vimPlugins.sort-nvim: init at 2023-04-12
2023-04-18 10:58:47 -03:00
"Bernardo Meurer"
59c6093325
vimPlugins.nvim-treesitter: update grammars
2023-04-18 10:40:32 -03:00
"Bernardo Meurer"
1b5623c79d
vimPlugins: update
2023-04-18 10:37:50 -03:00
Victor
f4f1d260f4
vscode-extensions.mkhl.direnv: 0.10.1 -> 0.12.0
2023-04-18 11:21:22 +02:00
R. Ryantm
df24febd83
vscodium: 1.77.1.23095 -> 1.77.3.23102
2023-04-18 11:19:04 +08:00
Nick Cao
008cddd5ba
Merge pull request #226644 from Azd325/master
...
vscode-extensions.kahole.magit: 0.6.39 → 0.6.40
2023-04-18 09:02:03 +08:00
Nick Cao
3af6e7dcda
Merge pull request #224469 from NickCao/qt65
...
qt6: 6.4.3 -> 6.5.0
2023-04-18 08:39:32 +08:00
R. Ryantm
93f0ca1ab6
cudatext: 1.190.1 -> 1.191.0
2023-04-18 00:17:48 +00:00
COLAMAroro
20dde67523
pulsar: 1.103.0 -> 1.104.0
...
List of changes in the build:
- Updates to release [1.104.0](https://github.com/pulsar-edit/pulsar/releases/tag/v1.104.0 )
- Set the `pname` to small caps (fixes #225755 )
- Unpacks/repacks the app.asar bundle to patch binaries for the missing libstdc++.so.6
- Fixes non-starting Pulsar encountered on non NixOS devices
- This requires adding asar (and Python3) as dependencies
- Removes the unused imports in the update script
- Made the update script CWD-independant
2023-04-17 18:33:00 +02:00
Damien Cassou
d8e913532b
Merge pull request #226643 from DamienCassou/emacs-sqlite3
2023-04-17 17:36:02 +02:00
Tim Kleinschmidt
ec826f3385
vscode-extensions.kahole.magit: 0.6.39 → 0.6.40
2023-04-17 15:29:30 +02:00
Damien Cassou
5bf1f8fd50
emacs.pkgs.sqlite3: build .so file
2023-04-17 15:29:17 +02:00
Ryan Horiguchi
ec50349c2b
vscode-extensions.contextmapper.context-mapper-vscode-extension: init at 6.7.0
2023-04-17 14:19:27 +02:00
Paul Mulders
9c99a7dadc
androidStudioPackages.stable: 2022.1.1.20 -> 2022.2.1.18
2023-04-17 13:27:52 +02:00
Matt McHenry
52eac4e1d5
eclipses: 2022-12 -> 2023-03
...
* generalize the justj-stripping regex a tad, since it has grown a
trailing /java in some flavors of eclipse.
* resurrect .eclipseproduct workaround from 2012-12 /
8a7561ec09
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2023-04-16 14:27:25 -04:00
Nick Cao
d0565d403e
texworks: add patch to fix build with qt 6.5
2023-04-16 22:17:30 +08:00
Sandro
d8433a2ff5
Merge pull request #224720 from Garmelon/vscode-extensions-alias-no-throw
2023-04-16 14:25:12 +02:00
Atemu
24a513a87c
tree-wide: do not depend on buildFHSEnvBubblewrap
...
It's the default now.
2023-04-16 10:15:15 +02:00
Atemu
cae417d315
quartus-prime: use buildFHSEnvChroot
...
Does not work with bubblewrap for some reason
2023-04-16 10:15:15 +02:00
Atemu
7e689a7dd8
quartus-prime: use libxcrypt-legacy
...
Needs libxcrypt.so.1
2023-04-16 10:15:15 +02:00
Atemu
f63a12f296
tree-wide: buildFHSUserEnv -> buildFHSEnv
2023-04-16 10:15:13 +02:00
Matthieu Coudron
351cec5db3
use subcommands in plugin updaters ( #223164 )
...
* update.py: introduce subparsers for plugin updaters
This is preliminary work to help create more powerful plugin updaters.
Namely I would like to be able to "just add" plugins without refreshing
the older ones (helpful when github temporarily removes a user from
github due to automated bot detection).
Also concerning the lua updater, we pin some of the dependencies, and I
would like to be able to unpin the package without editing the csv
(coming in later PRs).
* doc/updaters: update command to update editor plugins
including vim, kakoune and lua packages
Co-authored-by: figsoda
2023-04-14 22:02:17 +02:00
Dominik Ritter
880d99b259
jetbrains: 2022.3.2 -> 2023.1.1
2023-04-14 20:21:08 +02:00
datafoo
0a78d51205
vscode-extensions.streetsidesoftware.code-spell-checker: 2.20.3 -> 2.20.4
2023-04-14 08:43:51 +02:00
Malo Bourgon
432cd8cfae
nodePackages: update
2023-04-13 15:57:47 -07:00
figsoda
f929e5fedd
Merge pull request #225952 from figsoda/ts
2023-04-13 17:04:08 -04:00
"Gaetan Lepage"
cc7a61df92
vimPlugins.poimandres-nvim: init at 2023-02-17
2023-04-13 18:15:36 +02:00
"Gaetan Lepage"
39eba1b0ff
vimPlugins: update
2023-04-13 18:01:06 +02:00
figsoda
9601701f69
vimPlugins.nvim-treesitter.grammarPlugins: init
2023-04-13 09:48:01 -04:00
"Gaetan Lepage"
61227c8921
vimPlugins.nvim-treesitter: update grammars
2023-04-13 11:17:04 +02:00
"Gaetan Lepage"
5335b4287e
vimPlugins.nvim-spider: init at 2023-04-12
2023-04-13 11:16:37 +02:00
"Gaetan Lepage"
8adf47d32d
vimPlugins: update
2023-04-13 11:02:47 +02:00
Bobby Rong
cdc3c7da14
Merge pull request #225954 from samuela/upkeep-bot/vscode-1.77.3-1681345759
...
vscode: 1.77.1 -> 1.77.3
2023-04-13 10:40:13 +08:00
figsoda
e9be51c10d
Merge pull request #225825 from figsoda/clap
2023-04-12 20:42:18 -04:00
Sandro
aba0cdaf60
Merge pull request #225247 from GGG-KILLER/update/ms-dotnettools.csharp-1.25.4
...
vscode-extensions.ms-dotnettools.csharp: 1.25.0 -> 1.25.4
2023-04-13 02:40:14 +02:00
nixpkgs-upkeep-bot
564a4eeda6
vscode: 1.77.1 -> 1.77.3
2023-04-13 00:29:20 +00:00
adisbladis
bcdc29d7ae
emacs.pkgs.ement: remove manually packaged ement.el
...
It's better that we use the one from elpa that is auto-generated.
2023-04-12 23:56:04 +12:00
github-actions[bot]
4d4fee11d0
Merge master into staging-next
2023-04-12 06:01:06 +00:00
Nick Cao
0513f29650
Merge pull request #225793 from squalus/standardnotes
...
standardnotes: 3.150.7 -> 3.150.45
2023-04-12 09:19:59 +08:00
figsoda
75cb51aa15
vimPlugins.vim-clap: move out of batch updates, 2023-04-02 -> 0.42
2023-04-11 20:54:43 -04:00
github-actions[bot]
47157337bf
Merge master into staging-next
2023-04-12 00:02:18 +00:00
figsoda
8eac32eebb
Merge pull request #225786 from Leixb/sniprun
...
vimPlugins.sniprun: 1.2.13 -> 1.3.0
2023-04-11 16:40:33 -04:00
Sandro
73d02b5567
Merge pull request #225152 from GaetanLepage/neovim
2023-04-11 22:00:39 +02:00
squalus
b2a38e68e1
standardnotes: 3.150.7 -> 3.150.45
2023-04-11 12:08:34 -07:00
LeixB
3c59da4b6d
vimPlugins.sniprun: fix missing documentation
2023-04-11 20:08:24 +02:00
LeixB
4d24188185
vimPlugins.sniprun: 1.2.13 -> 1.3.0
2023-04-11 20:07:57 +02:00
github-actions[bot]
4e2c1815ed
Merge master into staging-next
2023-04-11 18:01:18 +00:00
Bernardo Meurer
d9f3503810
vimPlugins.vim-clap: revert update
2023-04-11 12:35:00 -04:00
"Bernardo Meurer"
170d143fc7
vimPlugins.nvim-treesitter: update grammars
2023-04-11 12:33:13 -04:00
"Bernardo Meurer"
3a0d22f130
vimPlugins.whitespace-nvim: init at 2023-02-13
2023-04-11 12:33:13 -04:00
"Bernardo Meurer"
0a961e6b2a
vimPlugins.ltex_extra-nvim: init at 2023-01-29
2023-04-11 12:33:13 -04:00
"Bernardo Meurer"
828c205e72
vimPlugins.tmux-nvim: init at 2023-03-11
2023-04-11 12:33:13 -04:00
"Bernardo Meurer"
f9e3da2559
vimPlugins: update
2023-04-11 12:33:13 -04:00
github-actions[bot]
ace14e0119
Merge master into staging-next
2023-04-10 18:01:11 +00:00
figsoda
9d70249282
Merge pull request #225442 from xanderio/nvim-neotest
...
vimPlugins.neotest-* init
2023-04-10 13:00:18 -04:00
figsoda
495810788b
vimPlugins.vim-clap: 2023-04-06 -> 2023-04-02
2023-04-10 12:26:33 -04:00
Bobby Rong
b677cbb95b
Merge pull request #225583 from amz-x/vsc-ext-dark-molokai-theme
...
vscode-extensions.nonylene.dark-molokai-theme: init at 1.0.5
2023-04-11 00:15:55 +08:00
Christopher Crouse
939b4f2be9
vscode-extensions.nonylene.dark-molokai-theme: init at 1.0.5
2023-04-10 17:46:37 +02:00
Bobby Rong
fc6da83c94
Merge pull request #225034 from Stunkymonkey/vsc-material-theme
...
vscode-extensions.equinusocio.vsc-material-theme: init 33.8.0
2023-04-10 23:39:58 +08:00
github-actions[bot]
995e7507ce
Merge master into staging-next
2023-04-10 12:01:35 +00:00
R. Ryantm
483c97df60
vscodium: 1.77.0.23093 -> 1.77.1.23095
2023-04-10 14:24:21 +08:00
github-actions[bot]
2ea027a913
Merge master into staging-next
2023-04-10 00:02:09 +00:00
Christian Kögler
18111d5d7e
neovide: 0.10.3 -> 0.10.4
2023-04-09 22:23:51 +02:00
Nikolay Korotkiy
0363ad9057
Merge pull request #225453 from r-ryantm/auto-update/cudatext
...
cudatext: 1.189.0 -> 1.190.1
2023-04-09 22:14:06 +04:00
Nikolay Korotkiy
b96d7b5ead
o: rename to orbiton
2023-04-09 20:44:48 +04:00
R. Ryantm
018dc1da67
cudatext: 1.189.0 -> 1.190.1
2023-04-09 16:04:26 +00:00
"Alexander Sieg"
cadc1aee82
vimPlugins.nvim-treesitter: update grammars
2023-04-09 17:07:06 +02:00
"Alexander Sieg"
991001fc3a
vimPlugins.neotest-deno: init at 2022-12-09
2023-04-09 17:06:40 +02:00
"Alexander Sieg"
2b5ab7804d
vimPlugins.neotest-scala: init at 2022-10-15
2023-04-09 17:05:30 +02:00
"Alexander Sieg"
3b0c3bf769
vimPlugins.neotest-dotnet: init at 2023-02-05
2023-04-09 17:04:21 +02:00
"Alexander Sieg"
629248c34e
vimPlugins.neotest-elixir: init at 2023-02-03
2023-04-09 17:03:13 +02:00
"Alexander Sieg"
fc9df7ab74
vimPlugins.neotest-rust: init at 2023-04-03
2023-04-09 17:02:02 +02:00
"Alexander Sieg"
84ba1f6f15
vimPlugins.neotest-pest: init at 2022-11-24
2023-04-09 17:00:54 +02:00
"Alexander Sieg"
1e3ec1b805
vimPlugins.neotest-phpunit: init at 2022-10-09
2023-04-09 16:59:45 +02:00
"Alexander Sieg"
cf3aa530b5
vimPlugins.neotest-testthat: init at 2022-07-04
2023-04-09 16:58:35 +02:00
"Alexander Sieg"
bae465665a
vimPlugins.neotest-dart: init at 2023-03-13
2023-04-09 16:57:27 +02:00
"Alexander Sieg"
8cc7dbb9d9
vimPlugins.neotest-rspec: init at 2023-04-05
2023-04-09 16:56:17 +02:00
"Alexander Sieg"
dd04dc0116
vimPlugins.neotest-vitest: init at 2023-02-27
2023-04-09 16:55:06 +02:00
"Alexander Sieg"
299de0c9e9
vimPlugins.neotest-jest: init at 2023-01-26
2023-04-09 16:53:58 +02:00
"Alexander Sieg"
db6b3b678f
vimPlugins.neotest-go: init at 2023-03-28
2023-04-09 16:52:51 +02:00
"Alexander Sieg"
70951b298c
vimPlugins.neotest-plenary: init at 2022-12-30
2023-04-09 16:51:43 +02:00
"Alexander Sieg"
9d09ed252b
vimPlugins.neotest-python: init at 2023-02-18
2023-04-09 16:50:36 +02:00
"Alexander Sieg"
4c58bf14e3
vimPlugins: update
2023-04-09 16:48:30 +02:00
R. Ryantm
6b2b317f70
o: 2.58.0 -> 2.60.5
2023-04-09 14:02:43 +00:00
github-actions[bot]
fc0616b73d
Merge master into staging-next
2023-04-09 06:01:16 +00:00
Sandro
fc2b6a45f9
Merge pull request #225025 from drupol/add/vscode-devsense-extensions
2023-04-09 03:53:36 +02:00
github-actions[bot]
97afa6ec9b
Merge master into staging-next
2023-04-09 00:02:38 +00:00
Gaetan Lepage
8eb9ed0cd5
neovim: 0.8.3 -> 0.9.0
2023-04-08 23:36:58 +02:00
Kasper Kondzielski
584278efac
noice-nvim: Remove nvim-notify from noice-nvim dependencies
...
*!This will change behavior for the end user of noice as they will have to add notify plugin manually!*
Notify plugin is no longer a hard dependency for noice plugin and there is no need to ship noice with it.
In addition to that some plugins will perform auto discovery of plugins that are on the runtime path and in case they find notify they might want to use it.
There is no easy way to remove nvim-notify from the runtime path without doing an override.
https://github.com/folke/noice.nvim#%EF%B8%8F-requirements
2023-04-08 20:56:02 +02:00
Vladimír Čunát
fd77cd7a01
Merge branch 'master' into staging-next
...
Indentation conflict in vulkan-related src fetches.
2023-04-08 11:33:08 +02:00
adisbladis
427dfae8ae
Merge pull request #225123 from amjoseph-nixpkgs/pr/emacs/cross-is-broken-cross
...
emacs: mark meta.broken if cross
2023-04-08 15:39:01 +12:00
GGG
36bd410b8f
vscode-extensions.ms-dotnettools.csharp: 1.25.0 -> 1.25.4
2023-04-07 23:13:47 -03:00