Commit graph

1579 commits

Author SHA1 Message Date
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
Gaetan Lepage
d9c4e154a8 plugins/flutter-tools: add flutterPackageOption 2025-01-15 00:05:11 +01:00
Gaetan Lepage
4282b73ac0 plugins/flutter-tools: move settings to dedicated file 2025-01-14 17:46:36 +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
Austin Horstman
83153e96c2
plugins/blink-cmp: add khaneliman maintainer 2025-01-08 16:13:53 -06: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
Austin Horstman
092a46a1ca
plugins/neoconf: setup before lspconfig 2025-01-08 15:53:03 -06: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
0ebc64a232 plugins/blink-cmp: remove forced version override
The blink-cmp package now has a patch that fixes this.
2025-01-07 23:21:48 +00:00
Heitor Augusto
73303938ee
plugins/copilot-lua: migrate to mkNeovimPlugin 2025-01-07 16:11:38 -03:00
Heitor Augusto
a352bb89b0
plugins/blink-cmp: fix sources.per_filetype option type 2025-01-07 00:13:31 -03:00
Heitor Augusto
038f5656d8 plugins/fidget: migrate to mkNeovimPlugin 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
Heitor Augusto
e59e99314b plugins/lsp: add support for mode in non-extra keymaps 2025-01-06 22:20:32 +00:00
Heitor Augusto
a74897d033 mkLsp: remove with lib; 2025-01-06 22:20:32 +00:00
Heitor Augusto
5201bb2f6f mkLsp: helpers -> lib.nixvim 2025-01-06 22:20:32 +00:00
Heitor Augusto
48eeef58e1 plugins/lsp: migrate to mkNeovimPlugin 2025-01-06 22:20:31 +00:00
Austin Horstman
65d082069e
plugins/treesitter: injections support luaConfig strings 2025-01-06 15:46:42 -06:00