Commit Graph

15490 Commits

Author SHA1 Message Date
Austin Horstman
bdf12d1a06
vimPlugins.blink-cmp: 0.5.1. -> 0.6.2 2024-11-28 01:20:59 -06:00
Philip Taron
76fe013a4b
treewide: use dpkg setup hook (#359417) 2024-11-27 16:11:23 -08:00
Austin Horstman
45dab53188
vimPlugins: add missing dependencies (#359307) 2024-11-27 16:33:51 -06:00
Weijia Wang
0da9e4ec6b
vscode-extensions.ms-python.python: Add aarch64-linux support (#358779) 2024-11-27 22:56:50 +01:00
Austin Horstman
567a36cf62
vimPlugins: cleanup with self 2024-11-27 15:07:58 -06:00
Austin Horstman
83ebb5d031
vimPlugins: add missing dependencies 2024-11-27 15:07:57 -06:00
Austin Horstman
4e927186d7
vimPlugins.{spacevim,SpaceVim}: point to spacevim; spacevim: 1.8.0 -> 2.3.0; spacevim: change maintainers (#359304) 2024-11-27 15:07:35 -06:00
PerchunPak
79e34d35d6
vimPlugins.{spacevim, SpaceVim}: point to top-level spacevim instead 2024-11-27 21:30:18 +01:00
jopejoe1
2e2c7f54fd treewide: hide more deprecated stuff if allowAliases is false 2024-11-27 20:51:46 +01:00
Leona Maroni
c1a2aa0611
jetbrains.clion: 2024.2.3 -> 2024.3 (#357916) 2024-11-27 11:49:46 +01:00
Austin Horstman
c5461ecc19
vimPlugins.floating-nvim: remove plugin
Abandoned upstream because functionality in neovim has improved and
nui-nvim has replaced it.
2024-11-26 23:02:12 -06:00
Pol Dellaiera
a7d269c59c
vscode-extensions.ms-python.vscode-pylance: 2024.10.1 -> 2024.11.3 (#359384) 2024-11-27 03:49:03 +01:00
jopejoe1
e51a9df08a treewide: use dpkg setup hook 2024-11-26 21:57:29 +01:00
Austin Horstman
721ab5fbdc
vimPlugins.nvim-treesitter: update grammars 2024-11-26 13:56:12 -06:00
Austin Horstman
3714b2ec3e
vimPlugins: resolve github repository redirects 2024-11-26 13:56:12 -06:00
Austin Horstman
f2490e3912
vimPlugins: update on 2024-11-26 2024-11-26 13:56:11 -06:00
R. Ryantm
0accd91c95 vscode-extensions.ms-python.vscode-pylance: 2024.10.1 -> 2024.11.3 2024-11-26 19:38:50 +00:00
Bobby Rong
20e121f31a
vscodium: 1.95.2 -> 1.95.3 (#358857) 2024-11-27 00:24:48 +08:00
Austin Horstman
d79beaac42
vimPlugins: Remove the nvim-cmp dependency on cmp-sources (#358809) 2024-11-26 09:12:21 -06:00
Austin Horstman
f746a84075
triptych.nvim: add plenary-nvim as required dependency (#358924) 2024-11-25 23:35:11 -06:00
jopejoe1
1ff4137a05
vscode-extensions: set pname (#354740) 2024-11-25 19:46:24 +01:00
Pol Dellaiera
6c058a9e85
vscode-extensions.chanhx.crabviz: init at 0.4.0 (#358114) 2024-11-25 18:58:03 +01:00
Pol Dellaiera
1b5d0bc061
tinymist: 0.12.0 -> 0.12.4 (#357498) 2024-11-25 18:01:42 +01:00
Gaétan Lepage
37e6520b6c
vimPlugins.gitlab-vim: init at 2024-11-22 (#358768) 2024-11-25 11:36:04 +01:00
Gaétan Lepage
700701eb67
vimPlugins.codecompanion-nvim: init at 2024-11-24 (#358913) 2024-11-25 10:23:02 +01:00
Gaetan Lepage
6962442748 tinymist: 0.12.0 -> 0.12.4
Diff:
https://github.com/Myriad-Dreamin/tinymist/compare/refs/tags/v0.12.0...0.12.4

Changelog:
https://github.com/Myriad-Dreamin/tinymist/blob/refs/tags/v0.12.4/CHANGELOG.md
2024-11-25 10:21:49 +01:00
DataHearth
1f772d5684
triptych.nvim: add plenary-nvim as required dependency 2024-11-25 09:56:24 +01:00
Gaetan Lepage
95f9d5d2b3 vimPlugins.codecompanion-nvim: init at 2024-11-24 2024-11-25 09:04:39 +01:00
FlyingStitchman
a0ffe5aefa
vimPlugins.spaceman-nvim: init at 2024-11-03 2024-11-25 04:02:18 +00:00
Luflosi
aac60d6a87
vscodium: 1.95.2 -> 1.95.3
https://github.com/VSCodium/vscodium/releases/tag/1.95.3.24320
https://github.com/VSCodium/vscodium/releases/tag/1.95.3.24321
2024-11-25 01:46:26 +01:00
Luflosi
b2c3907f9b
vscodium: fix update script to work with longer hashes
The previous VSCodium update introduced longer hashes. This broke the update script, since the hash length is hardcoded. To fix this, make the hash length a bit more flexible and in exchange, make sure the characters are hexadecimal.
2024-11-25 01:45:01 +01:00
Quentin Boyer
31fb039bd4 vimPlugins: Remove the nvim-cmp dependency on cmp-sources
The `blink.cmp` neovim plugin provides a shim to use sources initially
developped for `nvim-cmp` by using the `blink.compat` plugin.

This plugin implements a `cmp` lua module, so that `nvim-cmp` sources
register with `blink.cmp` instead of registering with `nvim-cmp`.

If we have a hard dependency on nvim-cmp for cmp sources this means we
can't use them with `blink.cmp`

This also means that we can't easily require the plugin in the check
phase, as we would need to add nvim-cmp (or blink.compat) to provide the
'cmp' lua module.
2024-11-24 22:37:47 +01:00
Gaétan Lepage
0b27578d20
nvim-lsp-file-operations: init at 2024-10-24 (#358250) 2024-11-24 19:48:57 +01:00
DataHearth
4fdc3370b7
nvim-lsp-file-operations: init at 2024-10-24 2024-11-24 19:36:03 +01:00
Rowan Goemans
71f6103e6b vscode-extensions.ms-python.python: Add aarch64-linux support 2024-11-24 19:10:35 +01:00
"Gaetan Lepage"
bbffc418d2 vimPlugins.gitlab-vim: init at 2024-11-22 2024-11-24 17:26:49 +01:00
Matthieu Coudron
d11140fa35
neovim: add 'autoconfigure' setting (#356271)
certain plugins need a custom configuration (available in passthru.initLua)
to work with nix. For instance unicode-vim needs to configure where to
find the data:
```
vim.g.Unicode_data_directory="${self.unicode-vim}/autoload/unicode"
```
if true, the wrapper automatically appends those snippets when necessary

first appearance of initLua in https://github.com/NixOS/nixpkgs/issues/352741

This will make testing those plugins easier.
2024-11-24 16:29:58 +01:00
Masum Reza
16f9ad9986
vscode: 1.95.2 -> 1.95.3 (#358512) 2024-11-24 19:54:30 +05:30
Katie Janzen
8d83dc5457
vimPlugins.tsc-nvim: init at 2024-08-14 (#357769)
* vimPlugins.tsc-nvim: init at 2024-08-14


---------

Co-authored-by: 347Online | Katie Janzen <"katiejanzen@347online.me">
2024-11-23 23:45:03 +01:00
R. Ryantm
2b20fd90e0 emacsPackages.voicemacs: 0-unstable-2024-01-03 -> 0-unstable-2024-10-11 2024-11-23 20:18:21 +00:00
Josh Spicer
f7e1e7c724 vscode 1.95.3 2024-11-23 09:25:14 -08:00
Andrew Kvalheim
3e2bc2e959 vscode-extensions.mhutchie.git-graph: correct license
Versions ≤1.4.6 are licensed under the MIT License, but versions ≥1.5.0
have a derived unfree license that explicitly prohibits redistribution:

> Permission is hereby granted, free of charge, to any person obtaining a copy
> of this software and associated documentation files (the "Software"), to use,
> copy, modify, merge, and to permit persons to whom the Software is
> furnished to do so, subject to the following conditions:
>
> Permission is NOT GRANTED to publish, distribute, sublicense, and/or sell
> derivative works of the Software.
>
> […]
2024-11-23 07:27:07 -08:00
Guillaume Girol
b789043d3d vimPlugins.vim-nixhash: 2023-01-09 -> 2024-11-20
fixes the plugins with current version of nix
2024-11-23 10:56:24 +01:00
Pol Dellaiera
72f6884966
vscode-extensions.jetmartin.bats: init at 0.1.10 (#357529) 2024-11-22 22:22:58 +01:00
Niko Strijbol
2d31028ce6
jetbrains.clion: fix .NET version for Clion 2024.3
Bumps it to .NET 8 and uses the unwrapped version.
See #358178
2024-11-22 18:35:45 +01:00
ReecerTV
bc7da8107f vscode-extensions.chanhx.crabviz: init at 0.4.0 2024-11-22 10:57:27 +01:00
Pol Dellaiera
6a3316999d
vscode-extensions.ionic.ionic: init at 1.96.0 (#350197) 2024-11-22 10:43:17 +01:00
Aleksana
8edf06bea5
treewide: move to by-name (#357828) 2024-11-22 09:27:12 +08:00
Florian Klink
653b603cef
notmuch: move the vim plugin to another output (#353500) 2024-11-22 00:18:24 +02:00
Matthieu Coudron
d6c5afdca4
pluginupdate.py: add support for adding/updating individual plugins (#336137) 2024-11-21 20:26:17 +01:00