Gaetan Lepage
88ade1dfaa
plugins/rustaceanvim: move source files to languages/rust subfolder
2024-05-19 15:39:51 +02:00
Gaetan Lepage
0e5ed7e782
plugins/rust-tools: move source files to languages/rust subfolder
2024-05-19 15:39:51 +02:00
github-actions[bot]
0e8a88b9a0
flake.lock: Update
...
Flake lock file updates:
• Updated input 'flake-parts':
'github:hercules-ci/flake-parts/e5d10a24b66c3ea8f150e47dfdb0416ab7c3390e' (2024-05-02)
→ 'github:hercules-ci/flake-parts/8dc45382d5206bd292f9c2768b8058a8fd8311d9' (2024-05-16)
• Updated input 'home-manager':
'github:nix-community/home-manager/44677a1c96810a8e8c4ffaeaad10c842402647c1' (2024-05-12)
→ 'github:nix-community/home-manager/e3ad5108f54177e6520535768ddbf1e6af54b59d' (2024-05-17)
• Updated input 'nix-darwin':
'github:lnl7/nix-darwin/de8b0d60d6fd34f35abffc46adc94ebaa6996ce2' (2024-05-14)
→ 'github:lnl7/nix-darwin/ffc01182f90118119930bdfc528c1ee9a39ecef8' (2024-05-16)
• Updated input 'pre-commit-hooks':
'github:cachix/pre-commit-hooks.nix/c182c876690380f8d3b9557c4609472ebfa1b141' (2024-05-13)
→ 'github:cachix/pre-commit-hooks.nix/fa606cccd7b0ccebe2880051208e4a0f61bfc8c1' (2024-05-16)
• Removed input 'pre-commit-hooks/flake-utils'
• Removed input 'pre-commit-hooks/flake-utils/systems'
• Updated input 'treefmt-nix':
'github:numtide/treefmt-nix/c6aaf729f34a36c445618580a9f95a48f5e4e03f' (2024-04-25)
→ 'github:numtide/treefmt-nix/2fba33a182602b9d49f0b2440513e5ee091d838b' (2024-05-17)
2024-05-19 15:39:43 +02:00
Gaetan Lepage
7c4fe30f81
lib/options: introduce new mkPackageOption for dependencies
2024-05-17 22:15:47 +02:00
Gaetan Lepage
26367692da
lib/options: rename mkPackageOption to mkPluginPackageOption
2024-05-17 22:15:47 +02:00
jrichardsen
40598fc1bd
Test statuscol segment without text
...
Signed-off-by: jrichardsen <jonas.richardsen@gmail.com>
2024-05-17 16:45:15 +02:00
jrichardsen
a9682e28ec
Allow statuscol segment text to be null
...
Signed-off-by: jrichardsen <jonas.richardsen@gmail.com>
2024-05-17 16:45:15 +02:00
Gaetan Lepage
3766e36335
lib/options: change "default: ..." to "Plugin default: ..."
2024-05-17 15:03:21 +02:00
Gaetan Lepage
7697a1cc5a
lib/options: refactor
2024-05-17 15:03:21 +02:00
Wester de Cocq
53697141b5
plugins/rustaceanvim: update options
2024-05-17 14:01:22 +02:00
Gaetan Lepage
d844ac1a06
plugins/lsp/tinymist: add settings options
2024-05-17 09:36:12 +02:00
Gaetan Lepage
72ff1489c7
lib/options: make use of previously unused mkNullableWithRaw internally
2024-05-16 22:36:51 +02:00
Haseeb Majid
c5bb651d01
plugins/arrow: init
2024-05-16 22:34:27 +02:00
github-actions[bot]
3c09f5810b
flake.lock: Update
...
Flake lock file updates:
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/062ca2a9370a27a35c524dc82d540e6e9824b652' (2024-05-11)
→ 'github:NixOS/nixpkgs/2057814051972fa1453ddfb0d98badbea9b83c06' (2024-05-12)
• Updated input 'pre-commit-hooks':
'github:cachix/pre-commit-hooks.nix/2849da033884f54822af194400f8dff435ada242' (2024-04-30)
→ 'github:cachix/pre-commit-hooks.nix/c182c876690380f8d3b9557c4609472ebfa1b141' (2024-05-13)
2024-05-16 22:33:22 +02:00
Gaetan Lepage
6be28a941b
plugins/lsp/nixd: refactor
2024-05-15 23:13:33 +02:00
Gaetan Lepage
f14aa756ba
plugins/lsp/vls: inline options and config in language-servers/default.nix
2024-05-15 23:13:33 +02:00
Gaetan Lepage
e97755be47
plugins/lsp/language-servers: add extraOptions argument to mkLsp
2024-05-15 23:13:33 +02:00
traxys
e035d22b64
standalone: Expose options
...
This can be used to teach `nixd` about NixVim options.
2024-05-15 09:41:21 +02:00
Gaetan Lepage
2705ce0ec6
plugins/lsp/language-servers: harmless refactor
2024-05-15 08:44:25 +02:00
Sergio Ribera
4530a35bad
plugins/lspkind: undefined variable
2024-05-13 08:40:53 +02:00
github-actions[bot]
a2a558d15e
flake.lock: Update
...
Flake lock file updates:
• Updated input 'home-manager':
'github:nix-community/home-manager/d7682620185f213df384c363288093b486b2883f' (2024-05-10)
→ 'github:nix-community/home-manager/44677a1c96810a8e8c4ffaeaad10c842402647c1' (2024-05-12)
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/f1010e0469db743d14519a1efd37e23f8513d714' (2024-05-09)
→ 'github:NixOS/nixpkgs/062ca2a9370a27a35c524dc82d540e6e9824b652' (2024-05-11)
2024-05-12 22:27:33 +02:00
traxys
908932b53c
plugins/nixd: Adapt to new options
...
Note that due to the structure of the code we can't introduce
deprecation warnings, it results in:
cannot find attribute `plugins.lsp.servers.nixd.settings.XXX`
2024-05-12 19:27:25 +02:00
github-actions[bot]
2fd3a0493c
flake.lock: Update
...
Flake lock file updates:
• Updated input 'home-manager':
'github:nix-community/home-manager/6e277d9566de9976f47228dd8c580b97488734d4' (2024-05-07)
→ 'github:nix-community/home-manager/d7682620185f213df384c363288093b486b2883f' (2024-05-10)
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/25865a40d14b3f9cf19f19b924e2ab4069b09588' (2024-05-05)
→ 'github:NixOS/nixpkgs/f1010e0469db743d14519a1efd37e23f8513d714' (2024-05-09)
2024-05-11 18:39:01 +02:00
Mikael Fangel
8eeefad9dd
build_documentation: update workflow actions
2024-05-11 11:47:20 +02:00
Gaetan Lepage
f7f255afe2
flake-modules: add treefmt to fix the 'nix fmt' command
2024-05-07 22:52:27 +02:00
Gaetan Lepage
ba545ded79
tests/pugins/rest: set dontRun for test because the plugin is broken in nixpkgs
2024-05-07 22:45:56 +02:00
github-actions[bot]
5dca76a21e
flake.lock: Update
...
Flake lock file updates:
• Updated input 'home-manager':
'github:nix-community/home-manager/9036fe9ef8e15a819fa76f47a8b1f287903fb848' (2024-05-02)
→ 'github:nix-community/home-manager/6e277d9566de9976f47228dd8c580b97488734d4' (2024-05-07)
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/63c3a29ca82437c87573e4c6919b09a24ea61b0f' (2024-05-02)
→ 'github:NixOS/nixpkgs/25865a40d14b3f9cf19f19b924e2ab4069b09588' (2024-05-05)
2024-05-07 22:45:56 +02:00
Michael Franzl
b731bedfb9
expose withRuby option
2024-05-07 16:46:16 +02:00
traxys
62f32bfc71
treewide: Reformat with nixfmt
2024-05-05 22:00:40 +02:00
traxys
c6281260dc
flake-modules: Use nixfmt instead of alejandra
2024-05-05 22:00:40 +02:00
Gaetan Lepage
c05fba47c7
plugins/cmp-git: add settings option
2024-05-03 12:06:01 +02:00
Gaetan Lepage
fd134f84dd
plugins/lsp/dartls: add test
2024-05-03 11:11:51 +02:00
Gaetan Lepage
20aea5cd7a
plugins/lsp: move dartls options in a dedicated file
2024-05-03 11:11:51 +02:00
Gaetan Lepage
d57c962d6e
tests/lsp: move language server tests to separate folder
2024-05-03 11:11:51 +02:00
Gaetan Lepage
0a294ad931
Revert "tests/lsp: temporarily disable test for pylyzer"
...
This reverts commit b75d6875c2
.
2024-05-03 11:11:30 +02:00
github-actions[bot]
317da7bbba
flake.lock: Update
...
Flake lock file updates:
• Updated input 'flake-parts':
'github:hercules-ci/flake-parts/9126214d0a59633752a136528f5f3b9aa8565b7d' (2024-04-01)
→ 'github:hercules-ci/flake-parts/e5d10a24b66c3ea8f150e47dfdb0416ab7c3390e' (2024-05-02)
• Updated input 'home-manager':
'github:nix-community/home-manager/9fe79591c1005ce6f93084ae7f7dab0a2891440d' (2024-04-28)
→ 'github:nix-community/home-manager/9036fe9ef8e15a819fa76f47a8b1f287903fb848' (2024-05-02)
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/58a1abdbae3217ca6b702f03d3b35125d88a2994' (2024-04-27)
→ 'github:NixOS/nixpkgs/63c3a29ca82437c87573e4c6919b09a24ea61b0f' (2024-05-02)
• Updated input 'pre-commit-hooks':
'github:cachix/pre-commit-hooks.nix/6fb82e44254d6a0ece014ec423cb62d92435336f' (2024-04-24)
→ 'github:cachix/pre-commit-hooks.nix/2849da033884f54822af194400f8dff435ada242' (2024-04-30)
2024-05-03 11:11:30 +02:00
theabm
82a19581de
colorschemes/cyberdream: init
2024-05-02 00:02:35 +02:00
Gaetan Lepage
afa64f35ee
plugins/lsp/helpers/mkLsp: add extraConfig argument
2024-05-01 17:45:16 +02:00
Gaetan Lepage
b5dbe0bb69
plugins/lsp: make plugins.lsp.servers.*.settings RFC-42 compliant
2024-05-01 17:45:16 +02:00
Felix Boehme
2483dff03d
plugins/cmp-async-path: init
2024-04-30 18:36:11 +02:00
Gaetan Lepage
91e3bb0523
tests/cmp: add a test that enables all sources
2024-04-30 13:32:00 +02:00
Gaetan Lepage
dc038244f8
plugins/cmp: refactor source-plugin internal mechanics
2024-04-30 13:32:00 +02:00
Gaetan Lepage
892caa9b40
tests/pylsp: change test name
2024-04-30 09:25:19 +02:00
Gaetan Lepage
35c0f71457
plugins/cmp-fish: add fishPackage option
2024-04-30 00:02:51 +02:00
theabm
4dea1478eb
plugins/lazygit: init
2024-04-29 15:52:49 +02:00
Gaetan Lepage
62cf01df74
plugins/hydra: init
2024-04-29 09:45:02 +02:00
Gaetan Lepage
bf23dfdb0f
plugins/lsp: add nginx-language-server
2024-04-29 09:43:58 +02:00
Gaetan Lepage
3fe60dbed0
plugins/spectre: init
2024-04-29 09:38:32 +02:00
Gaetan Lepage
823c701ee3
tests/multicursors: disable while waiting for upstream fix
2024-04-29 08:29:11 +02:00
github-actions[bot]
bea3589798
flake.lock: Update
...
Flake lock file updates:
• Updated input 'home-manager':
'github:nix-community/home-manager/2f072c127c041eec36621b8e38a531fe0fe07961' (2024-04-24)
→ 'github:nix-community/home-manager/0c5704eceefcb7bb238a958f532a86e3b59d76db' (2024-04-25)
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/572af610f6151fd41c212f897c71f7056e3fb518' (2024-04-23)
→ 'github:NixOS/nixpkgs/7bb2ccd8cdc44c91edba16c48d2c8f331fb3d856' (2024-04-25)
2024-04-29 08:29:11 +02:00