Commit Graph
617 Commits
Author SHA1 Message Date
vincent.cuiandGaétan Lepage 1f1065df1e plugins/comment-nvim: add {pre,post}Hook options 2024-01-05 15:49:41 +01:00
HaydenandGitHub a2c5bd3548 plugins/lsp: add dagger language server (for cuelang) (#890) 2024-01-05 15:25:40 +01:00
Gaetan LepageandGaétan Lepage 2785267b1b plugins/treesitter: add an option to control if gcc should be installed 2024-01-04 09:01:54 +01:00
traxysandGitHub 8aa4b7e4ce helpers: Add option helpers for types that are either a lua str or a value (#876)
Those types needed the following code in apply:

if builtins.isString value
then mkRaw value
else value

This commit avoids this boilerplate, and clarifies that the `str` is lua
code in the documentation.
2024-01-02 00:30:10 +01:00
traxysandGitHub 8b8a1c0f4b fix: Remove missed mentions of rawType (#875) 2024-01-02 00:26:41 +01:00
Gaetan LepageandGaétan Lepage 0e52776433 plugins/bufferline: use nixvimTypes.highlight 2024-01-02 00:14:32 +01:00
Gaetan LepageandGaétan Lepage f88ff0a82e helpers: borderType -> nixvimTypes.border 2024-01-01 23:55:27 +01:00
Gaetan LepageandGaétan Lepage d88a30fba6 helpers: highlightType -> nixvimTypes.highlight 2024-01-01 23:55:27 +01:00
traxysandGitHub af41ea2d80 helpers: move rawType to helpers.nixvimTypes (#871)
This is done in preparation of adding new (lua) types to help the
documentation.
2024-01-01 23:33:53 +01:00
Gaetan LepageandGaétan Lepage 1057ef93e3 plugins/codeium-nvim: init 2024-01-01 23:13:47 +01:00
Gaetan LepageandGaétan Lepage e1e417bff8 plugins/image: init 2024-01-01 22:08:54 +01:00
traxysandGitHub abd1c4007a helpers: Add mkLua,mkLuaFn (defaultNullOpts or not) (#866)
This makes it such that defaultNullOpts.mkStr never represents a lua
string, easing documenting where a string is a lua string vs lua code.
2024-01-01 20:28:55 +01:00
Gaetan LepageandGaétan Lepage f2e808a519 plugins: add a sensible template for modern plugins 2024-01-01 02:54:17 +01:00
Markus LohmayerandGitHub 2bcdcfafe5 plugins/lsp: add marksman language server (#867) 2023-12-31 21:32:33 +01:00
5fcfb763cd plugins/lsp: add dhall-lsp-server (#860)
* lsp.servers: add dhall-lsp-server(dhall language)

tests: add dhall lsp server to tests

squash me

* Update plugins/lsp/language-servers/default.nix

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

* Update tests/test-sources/plugins/lsp/_lsp.nix

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

* Update plugins/lsp/language-servers/default.nix

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

---------

Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>
2023-12-30 23:26:50 +01:00
traxysandGitHub 1d8e7906c9 plugins: Introduce helpers.defaultNullOpts.mkLuaFn (#855)
This allows to avoid calling `mkRaw` on lua functions, as they will get
applied automatically.

This could also help in the future to refactor the use of Lua code to
make it more user-friendly.
2023-12-29 15:24:42 +01:00
Gaetan LepageandGaétan Lepage b38dbdb0dc plugins/fidget: adapt to latest rewrite of the plugin 2023-12-29 12:23:06 +01:00
traxysandGitHub 5d49b9b66d plugin/illuminate: Avoid using mkAttrsOf with submodules (#853)
This confuses the documentation, as mentioned in the function
definition.
2023-12-29 11:52:05 +01:00
Gaetan LepageandGaétan Lepage 3b9fa101fb plugins/illuminate: fix filetypeOverrides option 2023-12-29 11:16:15 +01:00
Gaetan LepageandGaétan Lepage 61013ca4ab plugins/startup: init 2023-12-28 18:06:05 +01:00
RyanandGitHub b140981d65 plugins/rust-tools: Allow null serverPackage (#845)
Some users might want to use rust-analyzer beta/nightly from their own nix develop shell.
2023-12-27 21:33:01 +01:00
Ariel D'AlessandroandGaétan Lepage 08b055af7e feat: add laravel pint formating to none-ls 2023-12-24 17:32:43 +01:00
Mikael FangelandGaétan Lepage 310f1ad5b5 plugins/none-ls: init golines 2023-12-24 00:20:42 +01:00
Mikael FangelandGaétan Lepage 6e66c1bc5e plugins/none-ls: init goimports 2023-12-24 00:20:42 +01:00
Mikael FangelandGaétan Lepage 9119cc1554 plugins/none-ls: init staticcheck 2023-12-24 00:20:42 +01:00
Mikael FangelandGaétan Lepage 6e8bc402af plugins/none-ls: init revive 2023-12-24 00:20:42 +01:00
traxysandGitHub 2871dc94b4 Allow to add meta options like maintainers (#836) 2023-12-22 15:59:41 +01:00
Tilman Andre MixandGaétan Lepage be87bb0fd6 lsp.servers: add ols (odin language)
Signed-off-by: Tilman Andre Mix <tilmanmixyz@proton.me>
2023-12-22 15:07:39 +01:00
Gaetan LepageandGaétan Lepage ebe13a1d24 plugins/treesitter: fix typo 2023-12-22 14:48:15 +01:00
Gaetan LepageandGaétan Lepage ff7fe40bf6 plugins/rainbow-delimiters: remove warnings 2023-12-22 14:48:15 +01:00
Gaetan LepageandGaétan Lepage dbcd314708 plugins: use LogLevel where possible 2023-12-22 14:48:15 +01:00
Gaetan LepageandGaétan Lepage 290855ed3d plugins: use mkSeverity where possible 2023-12-22 14:48:15 +01:00
Gaetan LepageandGaétan Lepage 86508ced91 plugins/yanky: init 2023-12-22 14:47:12 +01:00
Tanish KhareandGitHub ce95b04d71 change type of pylsp_mypy.overrides (#833) 2023-12-22 12:12:18 +01:00
NAHOandGitHub fc94d7468d plugins/debugprint: add missing createCommands option (#831) 2023-12-21 19:19:32 +01:00
Gaetan LepageandGaétan Lepage 6d72e00455 plugins/debugprint: init 2023-12-21 10:15:22 +01:00
Gaetan LepageandGaétan Lepage dceeab73b1 plugins/lint: uncomment autoCmd config line 2023-12-20 20:22:28 +01:00
Gaetan LepageandGaétan Lepage 81d103b69b plugins/telescope: mark internal options as such 2023-12-20 18:51:17 +01:00
Gaetan LepageandGaétan Lepage 2463b52250 plugins/copilot-vim: remove literalExample 2023-12-20 16:50:50 +01:00
Gaetan LepageandGaétan Lepage c09e484740 plugins/efmls-configs: add missing prettypst formatter from allToolPkgs 2023-12-20 16:50:50 +01:00
Gaetan LepageandGaétan Lepage 309e5644fc plugins/wtf: init 2023-12-18 11:29:45 +01:00
Gaetan LepageandGaétan Lepage 798cbe99ce plugins/lsp: add graphql language server 2023-12-15 14:01:03 +01:00
Kasper SewerynandGitHub 13f22b5083 plugins/wildmenu: Fix renderer (#812) 2023-12-13 21:27:53 +01:00
Gaetan LepageandGaétan Lepage 04b0f2ae61 plugins/efmls-configs: add missing tools from allToolPkgs 2023-12-13 14:32:16 +01:00
Gaetan LepageandGaétan Lepage d8cffe2ead plugins: remove mkCompositeOptions from implementation 2023-12-13 10:39:28 +01:00
Zach CoyleandGaétan Lepage 70b4e2d981 plugins/lsp: add solargraph language server 2023-12-13 10:29:39 +01:00
Gaetan LepageandGaétan Lepage ec3637960c plugins/lsp: add gleam language server 2023-12-13 09:39:11 +01:00
Gaetan LepageandGaétan Lepage c9149122a8 plugins/conform: fix typo 2023-12-11 23:43:27 +01:00
Alison JenkinsandGaétan Lepage 14f753cfb6 plugins/conform: add str type for option formatOnSave 2023-12-11 23:43:27 +01:00
Phie AshandGitHub 7fbb9240de plugins/which-key: add key group support for registrations (#802)
* plugins/which-key: add registration support for key groups

Modified the type of registration to support registration of key groups with "groupkey" = { name = "name";};.

* plugins/which-key: relax the restrition on the type of registrations and more tests have been added

* plugins/which-key: add more tests for groups within groups
2023-12-11 15:12:56 +01:00