Commit Graph

15475 Commits

Author SHA1 Message Date
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
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
"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
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
Pietro Albini
9597f3627e vimPlugins.lspecho-nvim: init at 2024-10-06 2024-11-21 20:20:34 +01:00
birdee
7c2fe32578 neovim: fix ruby provider warning
Fixing this warning from checkhealth

provider.ruby: require("provider.ruby.health").check()

Ruby provider (optional) ~
- Ruby: ruby 3.3.5 (2024-09-03 revision ef084cc8f4) [x86_64-linux]
- Host: /nix/store/l354hgiahcjd81qazlc870104i26lm9b-neovim-0.10.2birdeevim/bin/birdeeVim-ruby
- OK Latest "neovim" gem is installed: /home/birdee/.local/share/gem/ruby/3.3.0/gems/neovim-0.10.0/lib/neovim/connection.rb:1: warning: logger was loaded from the standard library, but will no longer be part of the default gems starting from Ruby 3.5.0.
  You can add logger to your Gemfile or gemspec to silence this warning.
  0.10.0

steps taken:

added `gem 'logger'` to Gemfile

ran the following on the directory

nix run --no-write-lock-file github:BirdeeHub/neovim_ruby_updater
2024-11-21 05:14:20 -08:00
liberodark
b97f7beed1 xxx-pe: move to by-name 2024-11-21 12:36:20 +01:00
Lin Jian
516819d9b5
emacsPackages.lspce: 1.1.0-unstable-2024-09-07 -> 1.1.0-unstable-2024-10-07 (#356668) 2024-11-21 10:03:59 +08:00
Matthieu Coudron
a9da88a244
vimPlugins.nvim-compe: deprecate for nvim-cmp (#357347) 2024-11-20 12:17:03 +01:00
Austin Horstman
48cecf92bf vimPlugins.one-nvim: mark broken 2024-11-20 12:14:37 +01:00
mobo
0179217fb7 vscode-extensions.jetmartin.bats: init at 0.1.10 2024-11-20 11:46:37 +01:00
Gaétan Lepage
4f9c49eaa1
Add vimPlugins.{nvzone-menu,nvzone-minty,nvzone-volt} (#357120) 2024-11-20 08:57:38 +01:00
Austin Horstman
f2ef8616ad
vimPlugins.nvim-compe: deprecate
nvim-compe has been replaced with nvim-cmp
2024-11-19 15:34:51 -06:00
Austin Horstman
026fb07f14
vimPlugins.compe-zsh: deprecate
nvim-compe has been replaced with nvim-cmp
2024-11-19 15:34:35 -06:00
Austin Horstman
d737d9acce
vimPlugins.compe-tabnine: deprecate
nvim-compe has been replaced with nvim-cmp
2024-11-19 15:34:22 -06:00
Austin Horstman
b6b65d0cda
vimPlugins.compe-latex-symbols: deprecate
nvim-compe has been replaced with nvim-cmp
2024-11-19 15:34:03 -06:00
Austin Horstman
bac42af795
vimPlugins.compe-conjure: deprecate
nvim-compe has been replaced with nvim-cmp
2024-11-19 15:33:38 -06:00