Austin Horstman
a19a016458
plugins/copilot-lua: add copilot-lsp
...
Enables next edit suggestion support. Enabling configuration without
plugin will throw an error. Also, will allow sidekick to use copilot-lsp
for it's own support.
2025-10-02 21:25:35 +00:00
Matt Sturgeon
5c4a10093d
plugins.lsp: automatically remove unsupported servers
...
A new update script will check which "old" files do not have an
equivalent "new" file, then the plugins.lsp module will create a
removal assertion for any servers that are listed in the generated
file.
2025-10-02 00:04:30 +00:00
Matt Sturgeon
fc779c6e82
plugins/project-nvim: place config before telescope
...
https://github.com/DrKJeff16/project.nvim/issues/22
2025-10-01 23:54:08 +00:00
Guilhem Saurel
16302b08f0
plugins/kitty-scrollback: add settingsExample
...
Co-authored-by: Matt Sturgeon <matt@sturgeon.me.uk>
2025-10-01 21:14:05 +00:00
Guilhem Saurel
4ecc08df48
plugins/kitty-scrollback: init
2025-10-01 21:14:05 +00:00
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
Austin Horstman
583d5d8982
plugins/opencode: add opencode dependency
2025-10-01 00:18:41 +00:00
Manuel Transfeld
b58be69867
plugins/nvim-notify: add more render styles
...
one was still missing
2025-10-01 00:17:09 +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
283775355b
plugins/neogit: remove (most) explicit option declarations from settingsOptions
...
We need to keep the options that actively transform user inputs :/
2025-09-30 22:46:13 +00:00
Gaetan Lepage
c6b45bb66e
plugins/neogit: remove deprecation warnings
2025-09-30 22:46:13 +00:00
Gaetan Lepage
1f003e44d5
plugins/neogit: remove 'with lib;'
2025-09-30 22:46:13 +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
1c802b3efe
plugins/lsp: simplify extraSettings deprecation
2025-09-28 23:24:22 +00:00
saygo-png
c4b27080a6
treewide: infer packPathName menial work
...
Signed-off-by: saygo-png <saygo.mail@proton.me>
2025-09-27 23:49:59 +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
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
Gaetan Lepage
ea14727f4c
plugins/chadtree: remove web-devicons automatic activation
2025-09-25 20:59:27 +00:00
will
6dbe8877e5
plugins/lsp/packages: make ansiblels unpackaged
2025-09-25 13:31:15 +00:00
santoshxshrestha
47b2ce062a
rhubarb: init
2025-09-25 13:26:44 +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
6f976d5b23
plugins/papis: drop settings options declaration
2025-09-20 08:05:05 +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
Austin Horstman
ff3a250bd0
treewide: support mini-icons.mockdevIcons
...
Prevent the `web-devicons` enablement when using the `mini-icons`
module.
2025-09-16 22:22:58 +00:00
wrvsrx
a1d59a5542
plugins/lazy: add performance option
2025-09-16 21:02:44 +00:00
Gaetan Lepage
b999bdf5e1
plugins/image: add support for sixel backend
2025-09-16 14:59:17 +00:00
Gaetan Lepage
ef367c456b
dependencies: move imagemagick definition in dependencies.nix
2025-09-16 14:59:17 +00:00
Gaetan Lepage
e0f0c94593
plugins/image: cosmetic change in dependencies
2025-09-16 14:59:17 +00:00
Gaetan Lepage
eff48e3f6c
plugins/lsp/packages: update dockerfile-language-server package name
2025-09-16 14:14:15 +00:00
saygo-png
43c6f7293e
plugins/colorschemes: add warning to gruvbox-material
...
Signed-off-by: saygo-png <saygo.mail@proton.me>
2025-09-11 19:33:35 +00:00
Frede Braendstrup
5b0a6eb34b
plugins/perfanno: add perfanno-nvim plugin
2025-09-10 21:30:53 +00:00
Austin Horstman
7660d9ebb7
plugins/harpoon: fix pack path name
...
Lazy loading needs the correct name for finding the plugin in `opt`.
With change to `harpoon2` as the default, we need to fix the
`packPathName` to match.
2025-09-10 20:59:39 +00:00
Matt Sturgeon
c55042f739
plugins: fix duplicate URL definitions
2025-09-10 09:56:41 +00:00
Gaetan Lepage
6394d43f25
plugins/codecompanion: adapt options
2025-09-08 10:38:20 +00:00
Gaetan Lepage
f77a33e873
plugins/project-nvim: fix moduleName
...
Closes #3654
2025-09-08 10:38:20 +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
saygo-png
d59907633a
plugins/deprecation: remove gruvbox-material deprecation
...
Signed-off-by: saygo-png <saygo.mail@proton.me>
2025-09-07 14:29:04 +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