Gaetan Lepage
a3b16fa004
plugins/highlight-colors: init
2025-03-30 18:05:30 +02:00
Heitor Augusto
81fdde9fc5
plugins/copilot-lua: bump node.js to 20.x version
2025-03-29 23:56:34 +01:00
Gaetan Lepage
ec92a1816e
plugins/vimwiki: init
2025-03-25 01:30:31 +01:00
Austin Horstman
3d90bc786c
plugins/avante: fix incorrect option name
...
Looks like it was initialized incorrectly from inception. Renaming to
match the option name upstream.
2025-03-24 16:15:25 -05:00
Gaetan Lepage
9672b3d217
plugins/git-worktree: enhance assertion error message for enableTelescope
2025-03-24 19:23:41 +01:00
Gaetan Lepage
2e9afffc28
plugins/git-worktree: remove useless 'mkIf cfg.enable' in extraConfig
2025-03-24 19:23:41 +01:00
Gaetan Lepage
c6ed00c902
plugins/nerdy: init
2025-03-24 19:23:41 +01:00
Gaetan Lepage
5fca2c2dca
plugins/dap-rr: init
2025-03-24 19:23:21 +01:00
Gaetan Lepage
94dbc6acab
plugins/dap (dapHelpers): allow dapHelpers.configurationType to be rawLua
2025-03-24 19:23:21 +01:00
Gaetan Lepage
21e8b57a11
plugins/dap (dapHelpers): internal rename configurationOption -> configurationType
2025-03-24 19:23:21 +01:00
Gaetan Lepage
c9597b37d8
plugins/obsidian: adapt options (now using the obsidian-nvim community fork)
2025-03-24 19:22:54 +01:00
Gaetan Lepage
3d84c137ea
plugins/git-worktree: adapt implem to the underlying plugin change
2025-03-22 12:13:24 +00:00
Gaetan Lepage
d44b33a1ea
plugins/faust: init
2025-03-20 17:37:24 +01:00
Gaetan Lepage
7e51c72da2
plugins/image: remove unneeded magick dependency (already propagated by image-nvim)
2025-03-20 16:16:11 +01:00
Gaetan Lepage
279d2570b5
plugins/image: migrate to mkNeovimPlugin
2025-03-20 16:16:11 +01:00
Gaetan Lepage
c5967bf6a5
plugins/devdocs: init
2025-03-20 16:11:17 +01:00
Gaetan Lepage
695add12fc
plugins/diagram: init
2025-03-20 15:58:36 +01:00
Gaetan Lepage
fab8f81121
plugins/typst-preview: init
2025-03-19 09:00:05 +01:00
Gaetan Lepage
708f8a179b
plugins/none-ls: treefmt2 -> treefmt
2025-03-19 00:51:22 +01:00
Austin Horstman
3feb4b4b4b
plugins/markview: v25 migration
...
Co-Authored-By: Matt Sturgeon <matt@sturgeon.me.uk>
2025-03-19 00:51:22 +01:00
github-actions[bot]
32c63161d7
generated: Update
...
- Updated lspconfig-servers.json
- Updated rust-analyzer.nix
2025-03-19 00:51:22 +01:00
Maxime Costalonga
78f6166c23
plugins/image: add resolveImagePath option
2025-03-17 23:48:25 +00:00
Johan Larsson
33097dcf77
plugins/octo: add snacks picker to picker options
...
The snacks picker is also a valid choice now:
631776a36c/lua/octo/config.lua (L418)
2025-03-12 22:26:29 +01:00
Miles Bryant
0ab9947137
plugins/neotest: fix adapters assertion message ( #3022 )
...
This error references Telescope, but it should reference neotest.
2025-02-18 12:20:13 -06:00
Anton Mosich
3a66c8a330
plugins/lightline: fix formatting of code example
2025-02-17 01:25:13 +01:00
Anton Mosich
d636d25408
plugins/mini: Fix typo in error message
2025-02-16 13:19:45 +01:00
Daniel
ff63fc92ed
plugins/bullets: init
2025-02-13 16:52:11 +00:00
Gaetan Lepage
78b6f8e1e5
plugins/easy-dotnet: init
2025-02-12 10:38:16 +01:00
Austin Horstman
13341a4c12
plugins/blink-emoji: fix packPathName
2025-02-09 11:18:11 -06:00
Austin Horstman
7dfd5513d8
plugins/blink-ripgrep: fix packPathName
2025-02-09 11:17:38 -06:00
Firelight Flagboy
f2f70b4376
blink-cmp: Set lsp capabilities
...
Co-authored-by: Austin Horstman <khaneliman12@gmail.com>
2025-02-07 08:42:48 +00:00
cswimr
a5147a36f9
plugins/schemastore: set the correct jsonls default
...
the JSON language server has the following [configuration structure](6fef251f8f/extensions/json-language-features/server/src/jsonServer.ts (L167-L179)
):
```ts
// The settings interface describes the server relevant settings part
interface Settings {
json?: {
schemas?: JSONSchemaSettings[];
format?: { enable?: boolean };
validate?: { enable?: boolean };
resultLimit?: number;
};
http?: {
proxy?: string;
proxyStrictSSL?: boolean;
};
}
```
So, we should be mkDefault'ing `validate.enable` instead of `validate`, as `validate` is expected to be an `Object` containing `enable` as a boolean.
2025-02-06 14:33:08 -06:00
Firelight Flagboy
2ecc5359f8
plugins/nvim-ufo: Set lsp capabilities
2025-02-06 01:56:55 +00:00
Austin Horstman
11a80c1a80
plugins/blink-cmp-dictionary: init
2025-02-05 14:35:01 -06:00
Austin Horstman
2061a9ad95
plugins/blink-cmp-git: init
2025-02-05 12:27:36 -06:00
Austin Horstman
7d975e3598
plugins/blink-cmp-spell: init
2025-02-05 12:27:20 -06:00
Austin Horstman
859a97bd8e
plugins/blink-ripgrep: init
2025-02-05 12:27:00 -06:00
Austin Horstman
d5406e546b
plugins/blink-emoji: init
2025-02-05 12:26:20 -06:00
Austin Horstman
cf01c024af
plugins/blink-copilot: init
2025-02-05 11:40:56 -06:00
Austin Horstman
6288354d43
plugins/blink-cmp: remove setting warning
...
ABI too unstable to document every setting that changes as a warning.
2025-02-03 16:45:17 -06:00
Austin Horstman
563ea5586d
plugins/blink-cmp: add rawLua support more provider options
2025-02-03 16:45:17 -06:00
Austin Horstman
56d0c4579e
plugins/typescript-tools: use plugin's luaConfig
...
When lazy loading, we need to isolate the plugin's config otherwise it
will fail because the generated config is still loaded immediately in
lspconfig's lua.
2025-02-02 11:27:45 -06:00
Austin Horstman
b0906aca2e
plugins/mark-radar: migrate to mkNeovimPlugin
2025-02-02 09:36:51 -06:00
Austin Horstman
0827c5cb6c
plugins/notify: migrate to mkNeovimPlugin
2025-02-02 09:21:49 -06:00
Austin Horstman
10ea28fff4
plugins/lastplace: migrate to mkNeovimPlugin
2025-02-02 09:08:57 -06:00
Austin Horstman
8104356af6
plugins/startify: options -> settings-options
...
To ignore file from list-plugins
2025-02-01 22:00:32 -06:00
Austin Horstman
e0f838b58d
plugins/neotest: options -> settings-options
...
To ignore file from list-plugins
2025-02-01 22:00:32 -06:00
Austin Horstman
09e857bfdd
plugins/neogit: options -> settings-options
...
To ignore file from list-plugins
2025-02-01 22:00:32 -06:00
Austin Horstman
0d160c19d6
plugins/obsidian: options -> settings-options
...
Ignored by our list-plugins
2025-02-01 20:18:59 -06:00
Austin Horstman
86cc03863f
plugins/obsidian: move deprecations
2025-02-01 20:18:59 -06:00