Commit Graph

14220 Commits

Author SHA1 Message Date
Vlad M.
76bf24ee91
Merge pull request #335522 from r-ryantm/auto-update/lapce
lapce: 0.4.0 -> 0.4.1
2024-08-19 23:10:59 +03:00
Matthieu Coudron
a5e5d66a4c
vimPlugins: introduce passthru.initLua for some plugins (#334913)
* vimPlugins: introduce passthru.initLua for some plugins

as described in https://github.com/NixOS/nixpkgs/issues/172538, some vim
plugins need some configuration to be able to work at all.
We choose not to patch those plugins and instead expose the necessary
configuration to make them work in `PLUGIN.passthru.initLua`.
For now the user can check if plugins have a `PLUGIN.passthru.initLua`
and if yes, prepend it to their own init.lua.

Maybe later we can revisit this to either patch them in a way that is
clear that it's a nixpkgs patch or by having the neovim wrapper pick
those snippets and autoadd them to init.lua ?

* Update doc/languages-frameworks/vim.section.md

Co-authored-by: Marc Jakobi <mrcjkb89@outlook.com>

---------

Co-authored-by: Marc Jakobi <mrcjkb89@outlook.com>
2024-08-19 12:16:42 +02:00
Lin Jian
67c501fcd0
Merge pull request #335438 from linj-fork/pr/refactor-emacs-tsc
emacsPackages.tsc: refactor
2024-08-19 12:34:04 +08:00
Lin Jian
f7fbcb8427
emacsPackages.tsc: refactor
- use melpaBuild as the main derivation
- use cargoLock due to git deps in Cargo.lock
- use nix-update-script as the update script
- fix errors in native compilations
- rename dynamic module with the help of
  stdenv.hostPlatform.extensions.sharedLibrary instead of bash magic
- remove unneeded rustPlatform.bindgenHook
2024-08-19 06:54:22 +08:00
Philip Taron
549dbd2a6b
vimPlugins: remove with statements in aliases 2024-08-18 06:31:12 -07:00
Philip Taron
167cc0bef4
rstudio: remove with statements 2024-08-18 06:31:12 -07:00
Philip Taron
729237c163
kakounePlugins: remove with statements
As I'm the maintainer, I also removed `with overridden`.
2024-08-18 06:31:11 -07:00
Philip Taron
f88f22d6b2
jupyter-kernels: remove with statements 2024-08-18 06:31:11 -07:00
Philip Taron
44f5fc1264
eclipse: remove with statements 2024-08-18 06:31:11 -07:00
Gaétan Lepage
b269007c34
Merge pull request #334228 from nebunebu/img-clip-nvim
vimPlugins.img-clip-nvim: init at 2024-08-12
2024-08-18 10:08:18 +02:00
Gaétan Lepage
452516c5a5
Merge pull request #334213 from nebunebu/fortune-nvim
vimPlugins.fortune-nvim: init at 2024-08-12
2024-08-18 10:06:26 +02:00
Masum Reza
b3057d1684
Merge pull request #335503 from r-ryantm/auto-update/androidStudioPackages.canary
androidStudioPackages.canary: 2024.2.1.1 -> 2024.2.1.3
2024-08-18 12:39:27 +05:30
R. Ryantm
fecc4a2679 lapce: 0.4.0 -> 0.4.1 2024-08-18 06:05:12 +00:00
adisbladis
61c7668d5e
Merge pull request #335467 from linj-fork/pr/respect-nativeBuildInputs
emacsPackages: respect old nativeBuildInputs and buildInputs when overridding
2024-08-18 16:33:03 +12:00
adisbladis
863e039d2d
Merge pull request #335476 from linj-fork/pr/fix-p4-16-mode
emacsPackages.p4-16-mode: fix build
2024-08-18 16:32:21 +12:00
adisbladis
05cc34c98f
Merge pull request #335473 from linj-fork/pr/fix-emacsql-sqlite
emacsPackages.emacsql-sqlite: fix override for new versions
2024-08-18 16:31:03 +12:00
adisbladis
2f0634375c
Merge pull request #335423 from linj-fork/pr/fix-consult-gh
emacsPackages.consult-gh: use the correct gh
2024-08-18 16:30:28 +12:00
adisbladis
8d28adedd0
Merge pull request #335420 from linj-fork/pr/melpaBuild-session
emacsPackages.session-management-for-emacs: mkDerivation -> melpaBuild
2024-08-18 16:30:01 +12:00
R. Ryantm
b74e7a7449 androidStudioPackages.canary: 2024.2.1.1 -> 2024.2.1.3 2024-08-18 03:31:25 +00:00
adisbladis
e95195e3fd
Merge pull request #335460 from linj-fork/pr/improve-lspce-rename
emacsPackages.lspce: simplify module renaming
2024-08-18 15:12:56 +12:00
Lin Jian
8f295e4d42
emacsPackages.p4-16-mode: fix build
https://hydra.nixos.org/build/269588786
2024-08-18 06:44:36 +08:00
Peder Bergebakken Sundt
e471916645
treewide: passthru nixos test (#334491) 2024-08-18 00:29:43 +02:00
Lin Jian
5ae45fd676
emacsPackages.emacsql-sqlite: fix override for new versions
Since "20240808.2016"[1], emacsql-sqlite is just a stub so there is no
need to override it.

Fixes https://hydra.nix-community.org/build/490589

[1]: c786ea159f/emacsql-sqlite.el (L13)
2024-08-18 06:03:48 +08:00
Sebastián Mancilla
f3834d1f6b
Merge pull request #327522 from r-ryantm/auto-update/ox
ox: 0.2.7 -> 0.3.0
2024-08-17 18:00:41 -04:00
Lin Jian
1717bb5e36
emacsPackages.irony: remove unneeded emacs 2024-08-18 05:20:09 +08:00
Lin Jian
3eea10fdb7
emacsPackages.irony: respect old nativeBuildInputs and buildInputs 2024-08-18 05:20:02 +08:00
Lin Jian
dda19805c2
emacsPackages.vterm: respect old nativeBuildInputs 2024-08-18 05:19:57 +08:00
Lin Jian
f56dd545bb
emacsPackages.zmq: respect old nativeBuildInputs
Fixes https://hydra.nixos.org/build/268777545
2024-08-18 05:19:52 +08:00
Lin Jian
4810747bb9
emacsPackages.telega: respect old nativeBuildInputs
Fixes https://hydra.nixos.org/build/269115773
2024-08-18 05:19:46 +08:00
Lin Jian
aae95f6466
emacsPackages.ada-mode: respect old nativeBuildInputs and buildInputs 2024-08-18 05:19:40 +08:00
Pol Dellaiera
8a47aefbef
Merge pull request #333623 from drupol/init/mongodb-ce/7-0-12
mongodb-ce: init at 7.0.12
2024-08-17 22:58:11 +02:00
Lin Jian
104d3f214c
emacsPackages.lspce: simplify module renaming
Actually, there is only one module on darwin systems.  So the loop is
removed.  In addition, the bash magic is replaced with nix's
stdenv.hostPlatform.extensions.sharedLibrary.
2024-08-18 04:51:05 +08:00
Donovan Glover
ea65029804
Merge pull request #335198 from Defelo/uiua
uiua: 0.11.1 -> 0.12.2
2024-08-17 18:35:46 +00:00
Lin Jian
b48a3a89fa
emacsPackages.consult-gh: use the correct gh
There is also a MELPA package called gh.
2024-08-18 00:52:46 +08:00
Lin Jian
3e784edeed
emacsPackages.session-management-for-emacs: clean
- remove with lib;
- remove empty meta.maintainers
2024-08-18 00:46:30 +08:00
Lin Jian
60d0707358
emacsPackages.session-management-for-emacs: format with nixfmt-rfc-style 2024-08-18 00:35:53 +08:00
Lin Jian
42e92b1d77
emacsPackages.session-management-for-emacs: mkDerivation -> melpaBuild 2024-08-18 00:34:31 +08:00
Kira Bruneau
3637306b00
Merge pull request #335256 from r-ryantm/auto-update/emacsPackages.lsp-bridge
emacsPackages.lsp-bridge: 0-unstable-2024-08-06 -> 0-unstable-2024-08-12
2024-08-17 12:23:09 -04:00
Lin Jian
3faed0b51e
Merge pull request #335071 from r-ryantm/auto-update/emacsPackages.ligo-mode
emacsPackages.ligo-mode: 1.7.0-unstable-2024-08-01 -> 1.7.0-unstable-2024-08-14
2024-08-17 20:04:57 +08:00
Bobby Rong
b71fed44d1
Merge pull request #335289 from ryand56/update/vscodium
vscodium: 1.91.1.24193 -> 1.92.2.24228
2024-08-17 18:01:53 +08:00
Defelo
c2ee7e7dfb
vscode-extensions.uiua-lang.uiua-vscode: 0.0.44 -> 0.0.52 2024-08-17 11:44:31 +02:00
Gaétan Lepage
acecc709c0
Merge pull request #333817 from nebunebu/vimPlugins
vimPlugins.tiny-inline-diagnostic-nvim: init at 2024-08-10
2024-08-17 10:55:13 +02:00
Salar Rahmanian
07e989a55c vscode-extensions.databricks.databricks: init at 2.3.1 2024-08-16 23:32:01 -07:00
Ryan Omasta
8077d3725c
vscodium: 1.91.1.24193 -> 1.92.2.24228 2024-08-16 22:59:47 -06:00
R. Ryantm
01064da11b emacsPackages.lsp-bridge: 0-unstable-2024-08-06 -> 0-unstable-2024-08-12 2024-08-16 22:04:33 +00:00
Bobby Rong
4fed61cb1a
Merge pull request #334921 from ninelore/update-vscode
vscode: 1.92.1 -> 1.92.2
2024-08-16 21:28:55 +08:00
Pol Dellaiera
3cefb0e669
Merge pull request #334967 from Fuuzetsu/vscode-gitlab-workflow-update
vscode-extensions.gitlab.gitlab-workflow: 3.60.0 -> 5.6.0
2024-08-16 11:24:41 +02:00
R. Ryantm
b20aec69df emacsPackages.ligo-mode: 1.7.0-unstable-2024-08-01 -> 1.7.0-unstable-2024-08-14 2024-08-16 09:20:10 +00:00
Mateusz Kowalczyk
c9b8802fd1
vscode-extensions.gitlab.gitlab-workflow: 3.60.0 -> 5.6.0
Release: https://gitlab.com/gitlab-org/gitlab-vscode-extension/-/releases/v5.6.0
2024-08-16 07:59:06 +09:00
Lin Jian
966a8fcd03
emacsPackages.pdf-tools: respect old nativeBuildInputs 2024-08-16 06:53:52 +08:00