Commit graph

885 commits

Author SHA1 Message Date
Austin Horstman
10ea28fff4
plugins/lastplace: migrate to mkNeovimPlugin 2025-02-02 09:08:57 -06:00
Austin Horstman
2b03933101
plugins/clipboard-image: migrate to mkneovimplugin 2025-02-01 17:17:43 -06:00
Austin Horstman
3aabd32181
plugins/cursorline: migrate to mkNeovimPlugin 2025-02-01 14:00:51 -06:00
Austin Horstman
ccd0092988
plugins/autoclose: migrate to mkNeovimPlugin 2025-02-01 12:50:49 -06:00
Gaetan Lepage
8f8f50243e plugins/java: init 2025-02-01 16:41:46 +00:00
Austin Horstman
e75f0aac90
tests/texpresso: disable test
Plugin is broken atm due to hash mismatch.
2025-02-01 09:47:37 -06:00
Austin Horstman
c75e4ea37f plugins/lean: migrate to mkNeovimPlugin 2025-01-31 23:39:31 +00:00
Violet Wood
0e92aaf3f2 plugins/blink-cmp: support raw lua for settings.sources.providers.enabled
plugins/blink-cmp: conciseness

Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>

plugins/blink-cmp: add test for providers.enabled
2025-01-31 23:23:07 +00:00
Quentin Boyer
a2f01876f7 lib: Harmonize package options which may not exist in nixpkgs 2025-01-31 22:55:38 +00:00
Gaetan Lepage
e4ed227f99 plugins/gitsigns: remove deprecated option 'show_deleted'
https://github.com/lewis6991/gitsigns.nvim/pull/1174
2025-01-30 17:43:51 +01:00
Gaetan Lepage
2f5374c3dc plugins/lexima: init 2025-01-29 21:04:27 +00:00
Gaetan Lepage
12e658eca8 treewide: use mkWarnings where possible 2025-01-29 15:57:14 +01:00
Gaetan Lepage
eeafe2a715 plugins/zotcite: init 2025-01-28 23:16:30 +00:00
Gaetan Lepage
b6c0cfab81 plugins/zotcite: init 2025-01-28 18:25:28 +01:00
Johan Larsson
8b09c4a829
plugins/clangd-extensions: remove inlay_hints option
The setting has been removed upstream:
db28f29be9.
2025-01-28 08:30:54 +01:00
Austin Horstman
32aa73af47
plugins/dap-virtual-text: migrate to mkNeovimPlugin 2025-01-27 10:08:09 -06:00
Austin Horstman
9eae5db29a
plugins/dap-ui: migrate to mkNeovimPlugin 2025-01-27 10:08:09 -06:00
Austin Horstman
a70168e0fa
plugins/dap-python: migrate to mkNeovimPlugin 2025-01-27 10:08:09 -06:00
Austin Horstman
6ff7127291
plugins/dap-go: migrate to mkNeovimPlugin 2025-01-27 10:08:09 -06:00
Johan Larsson
16f92ff8a6 plugins/gx: init
Strip `lib` from `lib.types.`

Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>

Fix settingsExample expression

Co-authored-by: Matt Sturgeon <matt@sturgeon.me.uk>

Use '-version of options for better examples

Fix indentation in example lua code

Remove trailing space

Replace use of literalLua with strings

Revert to use literalLua

Use lib.mkDefault

Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>
2025-01-24 13:51:02 +00:00
Austin Horstman
c7a600c3f3
plugins/git-worktree: migrate to mkNeovimPlugin 2025-01-23 23:29:42 -06:00
Gaetan Lepage
e22bb46c88 plugins/quicker: init 2025-01-23 16:18:51 +01:00
Gaetan Lepage
ab693bb1cd plugins/vim-suda: add back the smart_edit option 2025-01-19 15:19:43 +01:00
Gaetan Lepage
cbf960e565 plugins/flutter-tools: update options 2025-01-18 11:49:38 +00:00
Gaetan Lepage
4f2d78fcaf plugins/flutter-tools: update settingsExample 2025-01-18 11:49:38 +00:00
Matt Sturgeon
ff29c97723
modules/test: provide access to expect function
Allow `test.warnings` and `test.assertions` to be defined as either a
list, or a function coerced to a list.

When defined as a function, it is supplied an `expect` function which
provides some syntactic-sugar for defining simple expectations.

This is an alternative to the current approach of defining that `expect`
function on an ad-hoc basis.

I prefer this to adding `expect` to nixvim's lib because:
1. That would require having access to `lib`
2. IDK where in `lib` such a specialized function should live
2025-01-17 02:17:34 +00:00
Gaetan Lepage
a54b752259 plugins/femaco: init 2025-01-13 16:02:52 +00:00
Gaetan Lepage
b3d857573b plugins/papis: init 2025-01-13 15:57:18 +00:00
Gaetan Lepage
b7f783a8dc plugins/tailwind-tools: init 2025-01-13 15:52:01 +00:00
Gaetan Lepage
67bbdf9318 plugins/cornelis: init 2025-01-13 15:47:09 +00:00
Heitor Augusto
8f7600aca0 plugins/lazydev: init 2025-01-13 15:34:09 +00:00
Johan Larsson
35d6c12626 plugins/clangd-extensions: convert to mkNeovimPlugin
Wrap code in backticks

Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>

Surround right_aling with backticks

Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>

Set default of `inline` to true since we are on nvim >= 0.10

Document `highlights`

Use `mkUnsignedInt`

Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>

Improve warning

Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>

Readd deprecated options

Document icons

Rename removed-options.nix to deprecations.nix

Reformat raw string

Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>

Don't specify rawLua

Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>

Use mkDefault and make utf-16 workaround leaner

Don't wrap warning

Co-authored-by: Matt Sturgeon <matt@sturgeon.me.uk>

Change by -> after

Co-authored-by: Matt Sturgeon <matt@sturgeon.me.uk>

Document border options
2025-01-12 20:58:31 +00:00
Gaetan Lepage
56877b8f76 plugins/llm: init 2025-01-12 20:16:00 +00:00
Gaetan Lepage
8f4bf6d300 plugins/sg: init 2025-01-12 20:07:39 +00:00
Gaetan Lepage
5f3785feb8 plugins/projections: init 2025-01-12 20:00:49 +00:00
Gaetan Lepage
4527abba58 plugins/visual-multi: init 2025-01-12 18:38:35 +00:00
Gaetan Lepage
8db6c51762 plugins/lir: init 2025-01-12 18:33:25 +00:00
Gaetan Lepage
67de84848e tests/lean: disable lean tests on x86_64-darwin
https://github.com/NixOS/nixpkgs/pull/371275
2025-01-09 14:51:01 +01:00
Austin Horstman
2f9b103d2e
plugins/blink-cmp: update completion.list.selection type
Changed in latest release. Making type backwards compatible with
previous release.
2025-01-08 16:13:53 -06:00
Gaetan Lepage
2054094544 plugins/dropbar: init 2025-01-08 22:05:34 +00:00
Johan Larsson
592e9eaff0 plugins/inc-rename: convert to mkNeovimPlugin and add option
Add example

Co-authored-by: Gaétan Lepage
<33058747+GaetanLepage@users.noreply.github.com>

Add example to test as well
2025-01-08 21:58:30 +00:00
Johan Larsson
8899663b59
plugins/persistence: convert to mkNeovimPlugin and fix settings
Restrict no nonnegative numbers

Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>

chore: include optionsRenamedToSettings in TODO

Merge imports

Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>
2025-01-08 15:56:07 +01:00
Heitor Augusto
73303938ee
plugins/copilot-lua: migrate to mkNeovimPlugin 2025-01-07 16:11:38 -03:00
Heitor Augusto
81c1ef2090 tests/fidget: update to new format 2025-01-06 23:45:55 +00:00
Gaetan Lepage
1e564fae7d colorschemes/monokai-pro: init 2025-01-06 23:07:53 +00:00
Gaetan Lepage
8968da1617 plugins/smear-cursor: init 2025-01-06 22:58:59 +00:00
Gaetan Lepage
31139e0605 plugins/vimux: init 2025-01-06 10:00:55 +00:00
Johan Larsson
7896856db1 plugins/treesj: init
Add support for treesj, a plugin that splits and joins blocks of code,
such as arrays and argument lists.

Remove package field

Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>

Finish sentence with full stop

Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>

Add a blank line between options

Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>

Rename `opts` to `langs`

Shorten example settings

Add blanklines between option declarations

Add blank line between enable and settings

Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>

Add blank line between enable and settings

Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>

Use mkEnumFirstDefault instead of mkStr

Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>

Use mkRaw instead of mkLuaFn

Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>

Simplify langs option
2025-01-05 21:24:23 +00:00
Austin Horstman
974b1d2ce5
plugins/telescope: add project extension 2025-01-05 12:37:22 -06:00
Gaetan Lepage
4f4917be69 plugins/csvview: init 2025-01-03 21:59:33 +01:00