Commit graph

1609 commits

Author SHA1 Message Date
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
d997bec044 plugins/lsp: add oxlint package 2025-01-30 17:43:51 +01:00
Gaetan Lepage
2f5374c3dc plugins/lexima: init 2025-01-29 21:04:27 +00:00
Gaetan Lepage
e908e344f4 treewide: use boolean comparison to simplify the code base 2025-01-29 18:04:00 +01:00
Gaetan Lepage
ce82e5859d treewide: use mkAssertions where possible 2025-01-29 16:15:07 +01: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
Kiria
a64048e9f5
Fix: example of plugins.bufferline.settings.options.get_element_icon used a wrong variable 2025-01-28 16:05:51 +08: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
Austin Horstman
4d1bd375c7
plugins/dap: migrate to mkNeovimPlugin 2025-01-27 08:30:33 -06:00
Austin Horstman
216ae2bf40
plugins/dap: remove helpers 2025-01-27 08:30:33 -06:00
Austin Horstman
e48dda4fe4
plugins/dap: remove with lib 2025-01-27 08:30:33 -06:00
Austin Horstman
8e5422bf3e plugins/base16: fix packPathName 2025-01-26 11:58:32 -06:00
Gaetan Lepage
63d9bb0d77 plugins/lsp: mark typst_lsp as unpackaged as the package has been removed from nixpkgs
https://github.com/NixOS/nixpkgs/pull/376698
2025-01-26 18:05:03 +01:00
Matt Sturgeon
796ace65f7
plugins/lsp: set a defaultText for cmd 2025-01-25 19:16:08 +00:00
Matt Sturgeon
88652ce69a
plugins/efmls: package option defaultText should not depend on pkgs
The `defaultText` was conditional on default.
Specifically, `default.meta.platforms`.

This is not good, because it means the package must be evaluated in
order to build the docs.
2025-01-25 19:16:08 +00:00
Matt Sturgeon
09733a5539
plugins/fzf-lua: use literalExpression for keymaps example
The example references `pkgs.coreutils`.
2025-01-25 19:16:08 +00:00
Matt Sturgeon
1c137a73f0
plugins/clipboard-image: use mkPackageOption for clipboardPackage 2025-01-25 19:16:07 +00:00
Matt Sturgeon
dbcdff7bbb
plugins/copilot-vim: set defaultText for node_command 2025-01-25 19:16:07 +00:00
Matt Sturgeon
758bdd8dd1
plugins/codeium-vim: set defaultText for bin 2025-01-25 19:16:07 +00:00
Matt Sturgeon
0d23003878
plugins/dap-python: set defaultText for adapterPythonPath 2025-01-25 19:12:39 +00: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
Austin Horstman
4ae6136d12
plugins/git-worktree: remove helpers 2025-01-23 23:29:42 -06:00
Austin Horstman
7dd9684264
plugins/git-worktree: remove with lib 2025-01-23 23:29:42 -06:00
Austin Horstman
ff7570d781
plugins/markdown-preview: move deprecations to separate file 2025-01-23 20:14:44 -06:00
Austin Horstman
c269e1b967
plugins/markdown-preview: remove helpers 2025-01-23 20:14:44 -06:00
Austin Horstman
c0dda6cf49
plugins/markdown-preview: remove with lib 2025-01-23 19:50:28 -06:00
Austin Horstman
aab2b81792
plugins/git-conflict: fix packPath name
Failing to lazy load because of incorrect packPathName
2025-01-23 15:26:01 -06:00
Gaetan Lepage
e22bb46c88 plugins/quicker: init 2025-01-23 16:18:51 +01:00
Gaetan Lepage
e935f7a407 plugins/none-ls: update packages 2025-01-22 17:04:20 +00:00
Gaetan Lepage
c289e10a0f plugins/lsp: update packages 2025-01-22 17:04:20 +00:00
Austin Horstman
5a980d02fa plugins/lsp: add atlas and cue 2025-01-22 17:04:20 +00:00
Gaetan Lepage
e60ea678ac plugins/emmet: cosmetic refactoring 2025-01-22 12:01:00 +00:00
Gaetan Lepage
731699a24c plugins/gitsigns: cosmetic refactoring 2025-01-20 14:57:16 +01:00
Gaetan Lepage
af6e4b0bad treewide: use mkAssertions wherever possible 2025-01-20 14:23:55 +01:00
Gaetan Lepage
60adb6c56b treewide: use mkWarnings wherever possible 2025-01-20 14:06:20 +01:00
Gaetan Lepage
2ec6218f87 treewide: use mkWarnings wherever possible 2025-01-20 12:25:33 +00: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
Gaetan Lepage
33ad2c729d plugins/flutter-tools: add warnings for dap integration 2025-01-15 00:05:25 +01:00