Austin Horstman
53d9c3c50b
plugins/blink-indent: use optional setup
2026-04-25 01:23:51 +00:00
Austin Horstman
92ec3b4c3e
plugins/fff: use optional setup
2026-04-25 01:23:51 +00:00
Austin Horstman
b684241888
plugins/spring-boot: add module and java warning
2026-04-24 17:30:18 +00:00
Austin Horstman
fcb1d4b95f
plugins/treesitter: add highlight disable option
2026-04-24 15:55:42 +00:00
Austin Horstman
ee8269e46f
plugins/lint: add auto-install support
2026-04-24 12:00:37 +00:00
Austin Horstman
948b6c0125
plugins/lsp: add capabilities example
2026-04-24 06:12:39 +00:00
Austin Horstman
8846a4f232
plugins/dropbar: align name_regex with upstream
...
Replace the copied wrapper form with the final Vim regex string and
update the test fixture to match. This preserves upstream regex behavior
while still avoiding the broken Nix string escape warning.
2026-04-22 01:19:39 +00:00
reesilva
698d17490e
plugins/edgy: remove unused opts from settingsOptions
...
this commit remove unused opts from settingsOptions in the plugin edgy,
keeping only those of the type mkLuaFn[']
2026-04-17 18:57:29 +00:00
Gaetan Lepage
9336455b20
treewide: migrate away from removed nodePackages
2026-04-16 14:38:59 +00:00
Gaetan Lepage
3682e0dde6
plugins/gitlab: use dependencies.nodejs.path as default for code_suggestions.lsp_binary_path
2026-04-12 21:09:37 +00:00
Austin Horstman
a587a96a48
plugins/treesitter-textobjects: keymaps update
...
Breaking changes recently introduced in all the nvim-treesitter rewrite.
Just make it more known that the `settings` keymaps will have no effect
in newer versions.
2026-04-10 16:11:37 +00:00
Austin Horstman
8f634488bc
plugins/sidekick: don't bundle providers default
...
Default to no providers installed, opt-in vs opt-out to reduce closure
size by default. Most of these require subscriptions or familiarity with
anyways and doesn't make sense to default enable everything.
2026-04-10 15:59:54 +00:00
Austin Horstman
8e608496d9
plugins/dap: add configuration examples to docs
2026-04-10 15:40:45 +00:00
Austin Horstman
47844a7f6b
plugins/treesitter: recommend configured package
...
Recommend accessing the configured package instead of the upstream
generic package from nixpkgs.
2026-04-10 15:19:57 +00:00
Austin Horstman
5690a3ea1f
plugins/mkdnflow: update examples for upstream config changes
2026-04-09 22:47:18 +00:00
Austin Horstman
3056067b55
plugins/rhubarb: update maintainer attr
...
Follow the nixpkgs maintainer rename in NixOS/nixpkgs#499817 , which moved Santosh Shrestha from santosh to vimlinuz.
2026-04-09 22:47:18 +00:00
Austin Horstman
1e05ad24e0
plugins/rest: add temporary docs URL workaround
...
Keep an explicit plugin URL until the upstream package homepage metadata is fixed again.
2026-04-09 22:47:18 +00:00
Austin Horstman
989b3633d9
plugins/colorizer: enable termguicolors by default
...
Set termguicolors for the colorizer module so its tests and startup path continue to work with the plugin's current runtime requirement.
2026-04-09 22:47:18 +00:00
Gaetan Lepage
1b1e1aed53
plugins/{efmls-configs,none-ls}/packages: remove alex
...
It was removed from nixpkgs as it is unmaintained
2026-04-09 22:47:18 +00:00
Benedikt Ritter
14702778ef
plugins/none-ls: fix prettier formatting source default package
...
See 0e0ac8143c
2026-04-09 19:43:03 +00:00
Tash
0166a4a54c
plugins/lazy: make pluginType freeform.
2026-04-04 02:15:11 +00:00
Sizhe Zhao
2b9f8e1d65
plugins/dropbar: fix ill-defined escape
2026-03-27 12:02:23 +00:00
Austin Horstman
21ae25e13b
plugins/conform: add linuxOnly state
...
Publish every Git push to main to FlakeHub / flakehub-publish (push) Has been cancelled
Publish every git push to Flakestry / publish-flake (push) Has been cancelled
Documentation / Version info (push) Has been cancelled
Documentation / Build (push) Has been cancelled
Documentation / Combine builds (push) Has been cancelled
Documentation / Deploy (push) Has been cancelled
Just make it easier to gate linux state eventually, similar to darwin
state.
2026-03-01 21:57:38 +00:00
Austin Horstman
9077e2f2bc
plugins/conform: change state semantics
...
Didn't realize `darwinOnly` didn't actually warn/fail install on linux
only. It just passes a state message to the auto-install function.
Change the state function to automatically handle the expected
condition.
2026-03-01 21:57:38 +00:00
Benedikt Ritter
4c63aa76be
jdtls: update repository URL
...
The repository has been moved from GitHub to Codeberg.
2026-02-13 23:02:36 +00:00
Gaetan Lepage
5736a24082
plugins/telescope: add ast-grep extension
2026-02-13 21:45:09 +00:00
Austin Horstman
e49b8deda7
plugins/mkdnflow: properly handle old mappings
...
Migrate user's with old mappings to new format and warn about change.
2026-02-13 03:40:48 +00:00
Austin Horstman
d354487c46
plugins/conform: unbreak misc more packages
2026-02-09 08:51:23 +00:00
Austin Horstman
6085624c3e
plugins/conform: unbreak gdformat
2026-02-09 08:51:23 +00:00
Austin Horstman
f368cf7bb3
plugins/conform: sort packages for formatters
...
Don't need them sporadically listed, makes it harder to pin down where
to find a package in the whole list.
2026-02-09 08:51:23 +00:00
Austin Horstman
1295ddf004
plugins/conform: unbreak swift packages
2026-02-09 08:51:23 +00:00
Austin Horstman
e8cf40ac5c
plugins/conform: mark opa_fmt broken on darwin
2026-02-09 08:51:23 +00:00
Austin Horstman
dd4646a916
plugins/conform: mark racketfmt linux only
...
Getting failure to eval on darwin due to unsupported platform.
2026-02-09 08:51:23 +00:00
Tom Hubrecht
51abc53252
treewide: Fix occurences of ill-defined escapes
2026-02-06 14:36:35 +00:00
Gaetan Lepage
bbc37c29c6
plugins/efmls-configs/packages: phpPackages.phpstan -> phpstan
2026-02-05 20:18:49 +00:00
Gaetan Lepage
9fd62cece2
plugins/blink-pairs: init
2026-02-01 14:39:34 +00:00
Gaetan Lepage
3c27e1b35c
plugins/model: init
2026-01-28 23:59:06 +00:00
Stanislav Asunkin
7addac6d11
plugins/blink-cmp: add blink_cmp_fuzzy lib to combinePlugins.pathsToLink
2026-01-27 18:08:28 +00:00
saygo-png
c19a0517dd
plugins/project-nvim: adapt to upstream changes
...
Signed-off-by: saygo-png <saygo.mail@proton.me>
2026-01-26 09:14:08 +00:00
Gaetan Lepage
ff90549078
plugins/chadtree: enable xdg setting to fix deps installation
2026-01-26 09:14:01 +00:00
Gaetan Lepage
f5525b2c35
plugins/vscode-diff: rename to codediff
2026-01-25 20:03:01 +00:00
Gaetan Lepage
acb045161f
plugins/blink-cmp-nixpkgs-maintainers: init
2026-01-25 20:02:55 +00:00
Austin Horstman
c807eb762b
plugins/obsidian: include git dependency
...
Fixes tests because of package change that calls git
2026-01-24 06:08:49 +00:00
Austin Horstman
0554e89cdf
plugins/none-ls: add gitleaks
2026-01-24 06:08:49 +00:00
Austin Horstman
fd05c80865
plugins/conform-nvim: mark packages broken
2026-01-24 06:08:49 +00:00
Gaetan Lepage
311377dd8f
plugins/vscode-diff: update package to codediff-nvim
2026-01-24 06:08:49 +00:00
Gaetan Lepage
4c09a1ac2d
treewide: apply updated treefmt
2026-01-24 06:08:49 +00:00
Gaetan Lepage
a9082b1cda
plugins/{efmls-configs,none-ls}: nixfmt-classic -> nixfmt
2026-01-24 06:08:49 +00:00
Gaetan Lepage
6ca2e221eb
plugins/conform-nvim/formatter-packages: fix package for perltidy
2026-01-24 06:08:49 +00:00
eveeifyeve
5b138edcb2
plugins/yuck: init
...
Co-authored-by: Gaétan Lepage <gaetan@glepage.com>
Co-authored-by: Gaétan Lepage <gaetan@glepage.com>
2026-01-20 11:56:21 +00:00