Matt Sturgeon
fe059cd395
flake: add nixf-diagnose to treefmt config
...
Checks nixd's diagnostic lints using libnixf.
2025-10-01 00:42:40 +00:00
saygo-png
74423f4a53
plugins/haskell-tools: init
...
Signed-off-by: saygo-png <saygo.mail@proton.me>
2025-10-01 00:42:28 +00:00
saygo-png
0a721c85dc
plugins/marks: migrate to mkNeovimPlugin
...
Signed-off-by: saygo-png <saygo.mail@proton.me>
2025-09-30 23:51:22 +00:00
Gaetan Lepage
f0cd7d4fb3
plugins/package-info: remove explicit option declarations from settingsOptions
2025-09-30 22:21:51 +00:00
Matt Sturgeon
94331cc50d
plugins/lsp: use the new lsp module under the hood
...
- Re-implement setup wrapping and capabilities to preserve existing
behaviour
- Alias `package` options to new lsp module
- Alias `packageFallback` options to new lsp module
- Alias `preConfig` and `postConfig` to `lsp.luaConfig`
2025-09-30 20:16:00 +00:00
Matt Sturgeon
cb3653a1a8
modules/lsp: select relevant fields in keymaps table
...
We only use `mode`, `key`, `action`, and `options`; so explicitly
inherit those.
This means we don't serialise attrs that aren't needed at runtime,
such as `lspBufAction`.
2025-09-30 17:01:17 +00:00
Matt Sturgeon
f421af99fe
modules/lsp: print keymaps table multiline
...
Makes `init.lua` easier to read.
Follow up to 9faa339d9e
2025-09-30 17:01:17 +00:00
Matt Sturgeon
4f858eb004
tests/modules/lsp: test lsp keymaps
...
Assert that the expected code is added to an autoCmd.
2025-09-30 17:01:17 +00:00
Matt Sturgeon
167ea865e5
modules/lsp: port packageFallback option from plugins.lsp
...
Added to `plugins.lsp` in 6a054de04d
2025-09-28 23:07:35 +00:00
saygo-png
3cd56fced4
plugins/nvim-bqf: migrate to mkNeovimPlugin
...
Signed-off-by: saygo-png <saygo.mail@proton.me>
2025-09-27 23:46:54 +00:00
Austin Horstman
e0f1e4ae4b
opencode: add module
...
Seamlessly integrate the opencode AI assistant with Neovim — convenient
and editor-aware research, reviews, and requests.
2025-09-27 00:10:55 +00:00
saygo-png
f68f9d145a
plugins/colorful-winsep: account for upstream changes
...
Signed-off-by: saygo-png <saygo.mail@proton.me>
2025-09-26 23:23:13 +00:00
Gaetan Lepage
45cd2f58e1
tests/all-package-defaults: disable verilator on darwin
2025-09-26 20:30:52 +00:00
Gaetan Lepage
ce7fddd1ec
plugins/chadtree: account for initially wrong declaration for the 'ignore.*' options
2025-09-25 20:59:27 +00:00
Gaetan Lepage
ffc4d73814
plugins/chadtree: migrate to mkNeovimPlugin
2025-09-25 20:59:27 +00:00
santoshxshrestha
47b2ce062a
rhubarb: init
2025-09-25 13:26:44 +00:00
Gaetan Lepage
f828dead77
Revert "tests/all-package-defaults: disable aider.nvim on aarch64-linux (hm build failure)"
...
This reverts commit e77eff7db2 .
The issue was fixed in https://github.com/NixOS/nixpkgs/pull/444320
2025-09-22 14:25:08 +00:00
saygo-png
fd0c423550
plugins/conform-nvim: add automatic installation of formatters
...
Signed-off-by: saygo-png <saygo.mail@proton.me>
2025-09-20 21:58:47 +00:00
Gaetan Lepage
2d3a01021b
plugins/papis: adapt settings to latest release
2025-09-20 13:58:50 +00:00
Gaetan Lepage
e77eff7db2
tests/all-package-defaults: disable aider.nvim on aarch64-linux (hm build failure)
...
https://github.com/NixOS/nixpkgs/pull/444018
2025-09-20 13:58:50 +00:00
Austin Horstman
0c867f9e63
patterns: add module
...
A simple pattern viewer for Neovim with support for Lua patterns &
regex.
2025-09-17 18:42:30 +00:00
Austin Horstman
e6958a9699
lensline: add module
...
Modular nvim codelens support with inline references, git blame and more
2025-09-17 18:22:48 +00:00
Austin Horstman
3e8c4c802c
unified: add module
...
an inline, unified diff viewer for neovim
2025-09-17 18:22:33 +00:00
Austin Horstman
7f45eae65b
endec: add module
...
Neovim encoder/decoder plugin for Base64, Base64URL, URL (percent
encoding)
2025-09-16 22:26:51 +00:00
Gaetan Lepage
796d662401
tests/all-package-defaults: re-enable vectorcode on x86_64-darwin
2025-09-16 14:14:15 +00:00
Gaetan Lepage
701b6fa0dd
tests/all-package-defaults: disable zls on x86_64-darwin
2025-09-16 14:14:15 +00:00
Gaetan Lepage
d362e5df6e
tests/all-package-defaults: disable fpc on x86_64-darwin
2025-09-16 14:14:15 +00:00
Gaetan Lepage
db1a991f33
tests/all-package-defaults: disable neotest dependees on aarch64-linux
2025-09-14 15:39:43 +00:00
Gaetan Lepage
c9f56ea275
tests/plugins/project-nvim: set datapath to a writable directory
2025-09-14 15:39:43 +00:00
Gaetan Lepage
f9e602a3c3
tests/plugins/pckr: use official vim.fs.joinpath instead of removed util.join_paths
2025-09-14 15:39:43 +00:00
Gaetan Lepage
f342a5dd53
Revert "tests/all-package-defaults: disable buck2 on darwin (build failure)"
...
This reverts commit 1500565d53 .
2025-09-14 15:39:43 +00:00
Frede Braendstrup
5b0a6eb34b
plugins/perfanno: add perfanno-nvim plugin
2025-09-10 21:30:53 +00:00
Matt Sturgeon
cf170ed677
tests/all-package-defaults: disable mint on darwin (build failure)
2025-09-08 10:38:20 +00:00
Gaetan Lepage
8ef2d28451
tests/all-package-defaults: disable texlive on aarch64-darwin too
2025-09-08 10:38:20 +00:00
Gaetan Lepage
1500565d53
tests/all-package-defaults: disable buck2 on darwin (build failure)
...
https://github.com/NixOS/nixpkgs/pull/441063
2025-09-08 10:38:20 +00:00
Gaetan Lepage
3fe2a1f253
tests/all-package-defaults: disable verible on aarch64-darwin (build failure)
...
https://github.com/NixOS/nixpkgs/pull/441058
2025-09-08 10:38:20 +00:00
Gaetan Lepage
6394d43f25
plugins/codecompanion: adapt options
2025-09-08 10:38:20 +00:00
Matt Sturgeon
d241216ede
ci: only build "grouped" tests on x86_64-linux
2025-09-07 21:08:16 +00:00
Matt Sturgeon
3813f183bc
ci/all-packages-defaults: disable broken packages on x86_64-darwin
...
Co-authored-by: Gaetan Lepage <gaetan@glepage.com>
2025-09-07 16:21:03 +00:00
Matt Sturgeon
225e8c0198
ci: build all-packages-defaults on all platforms
2025-09-07 16:21:03 +00:00
saygo-png
1a7905eced
colorschemes/gruvbox-material: init
...
Signed-off-by: saygo-png <saygo.mail@proton.me>
2025-09-07 14:29:04 +00:00
Gaetan Lepage
7afdd40b96
tests/none-ls: typo
2025-09-06 16:31:24 +00:00
Gaetan Lepage
7a6d7730d9
tests: add all-package-defaults
2025-09-06 16:31:24 +00:00
Gaetan Lepage
dac1623067
tests: move pkgsForTests definition to tests/default.nix
2025-09-06 16:31:24 +00:00
C4 Patino
63496f00c6
plugins/aider: init
2025-09-04 00:38:19 +00:00
saygo-png
f5026663f6
plugins/rainbow: init
...
Signed-off-by: saygo-png <saygo.mail@proton.me>
2025-09-01 11:57:15 +00:00
Frede Braendstrup
8bad4d407d
plugins/tardis: add tardis-nvim
2025-08-30 20:53:28 +00:00
Johan Larsson
8e3ca3fc1f
plugins/blink-cmp-latex: init
...
Adds the [blink-cmp-latex](https://github.com/erooke/blink-cmp-latex )
plugin.
2025-08-25 18:54:21 +00:00
C4 Patino
9f036a41d3
plugins/comfy-line-numbers: init
2025-08-25 11:58:47 +00:00
C4 Patino
91f51aede7
plugins/contextfiles: init
2025-08-23 04:48:03 +00:00