1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-08 19:46:06 +01:00
Commit graph

1918 commits

Author SHA1 Message Date
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
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
Zexin Yuan
e03ede7138 plugins/lsp: fix volar tsls integration location 2025-08-23 02:23:13 +00:00
Frede Braendstrup
4a7aac699b plugins/neotest-ctest: add neotest-ctest adapter 2025-08-23 02:11:42 +00:00
saygo-png
09126049a4 plugins/cutlass-nvim: init
Signed-off-by: saygo-png <saygo.mail@proton.me>
2025-08-22 21:48:53 +00:00
Gaetan Lepage
d597c9cbca plugins/none-ls: add package mapping for meson_format 2025-08-21 01:52:17 +00:00
Gaetan Lepage
581e5cc128 plugins/none-ls: add package mapping for kube_linter 2025-08-21 01:52:17 +00:00
saygo-png
1c999d4c15 plugins/lspsaga: migrate to mkNeovimPlugin
Signed-off-by: saygo-png <saygo.mail@proton.me>
2025-08-20 19:24:51 +00:00
Sayu
94386cdc4c plugins/cmp: fix "nixivm" typo in docs 2025-08-20 15:19:43 +00:00
Frede Braendstrup
e1e4bb83f1 plugins/dap: add pipe type adapter 2025-08-18 18:20:28 +00:00
stuart.warren
ecc7880e00 fix(copilot-chat): fix default model to one supported
it seems that gpt-4 is no longer supported

https://docs.github.com/en/copilot/reference/ai-models/supported-models

using gpt-4 throws 400 Bad Request errors

fixes nix-community#3623
2025-08-13 14:36:03 +00:00
shimeoki
d086c93de9 fix(blink-cmp): "exact" fuzzy sort 2025-08-13 14:18:19 +00:00
Sam
b06bbe0cfa plugins/telescope: add defaultText for highlightTheme 2025-08-13 14:12:00 +00:00
Fovir
832de87d40 plugins/dashboard: add option
`plugins.dashboard.settings.config.mru.enable`.
2025-08-08 19:45:50 +00:00
saygo-png
8fdfc8c1ca plugins/nvim-tree: migrate to mkNeovimPlugin
Signed-off-by: saygo-png <saygo.mail@proton.me>
2025-08-06 18:57:31 +00:00
saygo-png
0049aca693 plugins/lspkind: migrate to mkNeovimPlugin
Signed-off-by: saygo-png <saygo.mail@proton.me>
2025-08-06 17:54:18 +00:00
Matt Sturgeon
346ebc9c18 colorschemes/gruvbox-material: rename to gruvbox-material-nvim
This will allow later adding a `gruvbox-material` plugin for the non-lua
plugin.
2025-08-06 17:48:56 +00:00
Matt Sturgeon
abc17edf07 plugins/deprecation: allow renaming/removing different plugin scopes 2025-08-06 17:48:56 +00:00
Matt Sturgeon
cb33b76f41 plugins/deprecation: reformat 2025-08-06 17:48:56 +00:00
saygo-png
a96854d3ea colorschemes/gruvbox-baby: init
Signed-off-by: saygo-png <saygo.mail@proton.me>
2025-08-06 15:58:43 +00:00
FKouhai
98307977fe plugins/yaml-schema-detect: init 2025-08-06 15:35:54 +00:00
saygo-png
14849765d4 plugins/colorful-winsep: init
Signed-off-by: saygo-png <saygo.mail@proton.me>
2025-08-06 15:06:11 +00:00
Gaetan Lepage
f2903e2a10 plugins/quarto: fix by enforcing enabling otter when settings.codeRunner is enabled
See https://github.com/quarto-dev/quarto-nvim/issues/187
2025-08-05 07:40:02 +00:00
Austin Horstman
0b87d94432 plugins/comment: fix lazy loading
case sensitive path name so that lz.n finds it on case sensitive file
systems
2025-08-03 23:35:48 +00:00
saygo-png
a16c89c175 plugins/faster: init
Signed-off-by: saygo-png <saygo.mail@proton.me>
2025-07-31 15:55:15 +00:00
Yury Shvedov
35e4b6167f plugins/notify: allow raw for stages
Fix type of `plugins.notify.settings.stages` to allow to pass raw lua
code.

Change-Id: I9d7c24d42b66150ed6f1a2d3710a1a89594f489c
2025-07-27 14:08:57 +00:00
Gaetan Lepage
3d09c8eace plugins/lsp: use new lsp module to implement plugins.lsp.inlayHints (two-way alias) 2025-07-25 23:49:37 +00:00