Commit graph

1443 commits

Author SHA1 Message Date
Austin Horstman
277b2658a9
plugins/typescript-tools: todo about lazy loading 2024-12-10 10:07:38 -06:00
Austin Horstman
2e30f4828d
plugins/cmp/sources: add cmp-vimtex 2024-12-10 08:00:33 -06:00
Austin Horstman
39adaa0b7a
plugins/cmp/sources: sort list 2024-12-10 08:00:33 -06:00
Austin Horstman
99cb3fb8fc
plugins/dotnet: init 2024-12-09 23:27:45 -06:00
Gaetan Lepage
cf7e026c8c mkNeovimPlugin: refactor lua code generation logic 2024-12-09 21:43:12 +00:00
Gaetan Lepage
f2a991ae8c plugins/colorizer: rename, switch to mkNeovimPlugin 2024-12-09 20:23:32 +01:00
Gaetan Lepage
4b5364a66b plugins/persisted: init 2024-12-08 18:30:17 +00:00
Vincent Desjardins
e2f81c8e8e plugins/schemastore: remove table wrapping
Signed-off-by: Vincent Desjardins <vdesjardins@gmail.com>
2024-12-08 14:23:29 +00:00
ProbablyRohan
30f3a3242e plugins/nvim-colorizer: add missing options
Adds the always_update, virtualtext_inline and virtualtext_mode options
to nvim-colorizer.
2024-12-08 20:47:21 +11:00
Gaetan Lepage
ae78face8d
treewide: format with latest nixfmt 2024-12-06 15:25:27 +00:00
Gaetan Lepage
c6080c206e plugins/copilot-chat: update mappings 2024-12-06 11:23:39 +01:00
Gaetan Lepage
bca825e518 plugins/none-ls: update packages 2024-12-06 11:03:21 +01:00
Austin Horstman
3888522746
plugins/avante: add missing description 2024-12-04 21:35:44 -06:00
Gaetan Lepage
277dbeb607 plugins/codecompanion: init 2024-12-04 23:30:56 +00:00
Austin Horstman
d4ae1e362f
plugins/trouble: fix originalName 2024-12-04 09:38:26 -06:00
Gaetan Lepage
e680b367c7 treewide: format with latest nixfmt 2024-12-02 09:38:16 +00:00
Yury Shvedov
3c6dd42ff8 plugin/lsp: simplify automatic keymap description
Do not create description prefix generically, but use extra argument for
`mkMaps`.

Change-Id: Id08297623edf750d8f33eb031748668be0c8bfa5
2024-12-02 09:45:07 +03:00
Yury Shvedov
d867aaea43 plugin/lsp: automatic keymap description
Add keymaps default descriptions for lsp buf and diagnostics

Change-Id: I7a48ef3760e530a738efd7036b7ae5722c054256
2024-12-02 09:43:43 +03:00
Gaetan Lepage
838829c8f9 lsp/keymaps: cosmetic implem changes 2024-12-02 01:22:22 +01:00
Austin Horstman
80e49e7fd3
plugins/dashboard: format 2024-11-30 17:47:17 -06:00
Austin Horstman
86ff391e9e
plugins/dashboard: better rawLua support for header 2024-11-30 17:47:17 -06:00
Gaetan Lepage
060f4b4c38 plugins/aerial: init 2024-12-01 00:34:27 +01:00
Gaetan Lepage
09dfa035b6 plugins/gitlab: init 2024-11-30 22:38:43 +00:00
Gaetan Lepage
cb0e3a7e40 plugins/efmls-configs: add new formatter kdlfmt to unpackaged 2024-11-30 17:37:42 +01:00
Marcel
05331006a4
plugins/vim-suda: init 2024-11-29 01:08:16 +01:00
Sammy Etur
fc9178d124
plugins/image.nvim: ueberzugPackage default to ueberzugppv
ueberzug is not maintained anymore.

ueberzugpp is a active fork
2024-11-27 17:56:13 +01:00
Matt Sturgeon
8b19d15482
plugins/lsp: fix enabledServers.extraOptions type merging
Use `attrsOf` instead of `attrs` to ensure recursive merging, otherwise
things like `extraOptions.settings = lib.mkIf` will not be unwrapped by
the module system.
2024-11-26 13:57:40 +00:00
347Online | Katie Janzen
a1c352affc plugins/vim-be-good: init
Integrate the vim-be-good plugin
2024-11-25 17:49:55 -06:00
Wael M. Nasreddine
a81a03a3f5 plugins/vim-colemak: init 2024-11-24 19:57:29 +00:00
Gaetan Lepage
2f71c4250b tests/avante: remove deprecated model option local 2024-11-20 23:51:39 +01:00
Matt Sturgeon
7b94afceaf
plugins: cleanup most extraConfig args
- Remove `cfg` where it is unused.
- Use `opts` where necessary.
2024-11-20 20:55:16 +00:00
Matt Sturgeon
63cfc84abe
lib/modules: add applyExtraConfig
Used for
- mkVimPlugin: extraConfig
- mkNeovimPlugin: extraConfig
- mkLsp: extraConfig
- mkLsp: settings
- mkExtension (telecsope): extraConfig
2024-11-20 20:55:16 +00:00
Matt Sturgeon
929bb0cd1c
plugins/telescope: refactor mkExtension
Allow importing `mkExtension` without needing to supply any
dependencies.

All dependencies can be accessed via module args anyway.
2024-11-19 17:01:19 +00:00
traxys
c674f10d18 plugins/lsp: Correctly mark servers as disabled if the lsp plugin is disabled 2024-11-19 12:07:42 +01:00
traxys
31eb9d8d75 plugins/lsp: Fix extra config of lsp servers 2024-11-19 12:07:42 +01:00
Gaetan Lepage
1ee4915f65 plugins/lsp: update lsp-packages.nix 2024-11-18 09:07:32 +00:00
bpatel347
5bc3fa6996 plugins/quarto: init
Use neovim-plugin.mkNeovimPlugin and move quarto-nvim to quarto

Rename tests to match convention

Passing tests locally, add required dependencies

Utilize `let` - `in` block

Remove extraPlugins

plugins/quarto: init

plugin/quarto: init

plugins/quarto: init

plugins/quarto: init
2024-11-17 22:51:48 +00:00
Anthony Cicchetti
9d99d7cfdb plugins/lsp: remove buf-language-server 2024-11-16 13:13:02 -05:00
Matt Sturgeon
c8267ba395
plugins/tmux-navigator: re-word usage instructions 2024-11-16 17:01:43 +00:00
Matt Sturgeon
a52572c060
plugins/tmux-navigator: use markdown admonition 2024-11-16 17:01:42 +00:00
bpatel347
7b0df222fc
plugins/kulala: init 2024-11-16 16:43:44 +00:00
Matt Sturgeon
de99f2938f
lib/{vim,neovim}-plugin: installPackage -> packageDecorator
Replace `mkNeovimPlugin`'s `installPackage` parameter with a new
internal module option: `packageDecorator`.

The option is a function that applies some transformation to
`cfg.package`'s value before it is installed.
2024-11-15 21:44:59 +00:00
Heitor Augusto
46e574d4ea plugins/snacks: init 2024-11-15 12:55:03 +00:00
bpatel347
54f567166d plugins/vim-dadbod-completion: init
plguins/vim-dadbod-completion: Add cmpSource
2024-11-15 09:05:53 +00:00
bpatel347
5dfc9526ef plugins/vim-dadbod-ui: init 2024-11-15 09:05:53 +00:00
bpatel347
d408ffd6b4 plugins/vim-dadbod: init 2024-11-15 09:05:53 +00:00
bpatel347
f2259372fb plugins/neoconf: init
Update maintainers, remove unused pkgs

plugins/neoconf: init

plugins/neoconf: init
2024-11-15 07:27:48 +00:00
Gaetan Lepage
ccae4350d0 options: add defaultNullOpts.mkRaw 2024-11-13 23:38:31 +01:00
Pyxels
e552c984a2 plugins/nonels/prettier: use priority instead of null for prettier disableTsFormatting 2024-11-13 13:25:10 +00:00
Pyxels
d593b82436 plugins/nonels/prettierd: add disableTsServerFormatting option to prettierd
Add a new option (and warning) to disable the typescript-language-server (ts_ls) formatting the same as for prettier.
2024-11-13 13:25:10 +00:00