Commit graph

861 commits

Author SHA1 Message Date
Gaetan Lepage
acc9c8cad1 modules/options: improve documentation 2023-12-29 10:52:24 +01:00
Gaetan Lepage
61013ca4ab plugins/startup: init 2023-12-28 18:06:05 +01:00
Gaetan Lepage
a7144cfbf7 modules/options: refactoring 2023-12-28 11:52:46 +01:00
Gaetan Lepage
02149dbb01 modules/options: add localOptions and globalOptions 2023-12-28 11:52:46 +01:00
Ryan
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'Alessandro
c11158c73e fix: add missing test 2023-12-24 17:32:43 +01:00
Ariel D'Alessandro
08b055af7e feat: add laravel pint formating to none-ls 2023-12-24 17:32:43 +01:00
Mikael Fangel
310f1ad5b5 plugins/none-ls: init golines 2023-12-24 00:20:42 +01:00
Mikael Fangel
6e66c1bc5e plugins/none-ls: init goimports 2023-12-24 00:20:42 +01:00
Mikael Fangel
9119cc1554 plugins/none-ls: init staticcheck 2023-12-24 00:20:42 +01:00
Mikael Fangel
6e8bc402af plugins/none-ls: init revive 2023-12-24 00:20:42 +01:00
github-actions[bot]
2e69cb98e0 flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/91a00709aebb3602f172a0bf47ba1ef013e34835' (2023-12-17)
  → 'github:NixOS/nixpkgs/54aac082a4d9bb5bbc5c4e899603abfb76a3f6d6' (2023-12-19)
2023-12-23 20:48:31 +01:00
traxys
e0521dde87
helpers: Allow to set raw lua code in more places (#837)
With this change a user should be able to set raw lua code in more
places than before.

The `mkStr` helper was _not_ changed as a large number of places in
nixvim are using this helper to directly implement raw lua code.

Also note that types of the form `oneOf [submodule <something else>` are
not well rendered in the documentation, and should be avoided (this
includes `listOf [submodule <something else>`, so the helpers should be
avoided in this case)
2023-12-22 16:55:50 +01:00
traxys
2871dc94b4
Allow to add meta options like maintainers (#836) 2023-12-22 15:59:41 +01:00
Tilman Andre Mix
189ae51b02 Update tests/test-sources/plugins/lsp/_lsp.nix to not run ols test on aarch64-linux
Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>
2023-12-22 15:07:39 +01:00
Tilman Andre Mix
18124f5eeb tests: fix failing test because of unknown option
tests failed because lsp.servers.odin was unknown,
the option was named lsp.servers.ols, so fixed this

Signed-off-by: Tilman Andre Mix <tilmanmixyz@proton.me>
2023-12-22 15:07:39 +01:00
Tilman Andre Mix
9ab350de7d tests: add ols lsp server to tests
Signed-off-by: Tilman Andre Mix <tilmanmixyz@proton.me>
2023-12-22 15:07:39 +01:00
Tilman Andre Mix
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 Lepage
ebe13a1d24 plugins/treesitter: fix typo 2023-12-22 14:48:15 +01:00
Gaetan Lepage
ff7fe40bf6 plugins/rainbow-delimiters: remove warnings 2023-12-22 14:48:15 +01:00
Gaetan Lepage
dbcd314708 plugins: use LogLevel where possible 2023-12-22 14:48:15 +01:00
Gaetan Lepage
a70947a563 lib/helpers: add defaultNullOpts.mkLogLevel 2023-12-22 14:48:15 +01:00
Gaetan Lepage
290855ed3d plugins: use mkSeverity where possible 2023-12-22 14:48:15 +01:00
Gaetan Lepage
e49bec3901 lib/helpers: add defaultNullOpts.mkSeverity 2023-12-22 14:48:15 +01:00
Gaetan Lepage
86508ced91 plugins/yanky: init 2023-12-22 14:47:12 +01:00
Tanish Khare
ce95b04d71
change type of pylsp_mypy.overrides (#833) 2023-12-22 12:12:18 +01:00
NAHO
43d20e8332
docs(readme): improve logo quality (#830) 2023-12-21 20:01:44 +01:00
NAHO
fc94d7468d
plugins/debugprint: add missing createCommands option (#831) 2023-12-21 19:19:32 +01:00
Gaetan Lepage
6d72e00455 plugins/debugprint: init 2023-12-21 10:15:22 +01:00
Gaetan Lepage
dceeab73b1 plugins/lint: uncomment autoCmd config line 2023-12-20 20:22:28 +01:00
Gaetan Lepage
81d103b69b plugins/telescope: mark internal options as such 2023-12-20 18:51:17 +01:00
Gaetan Lepage
2463b52250 plugins/copilot-vim: remove literalExample 2023-12-20 16:50:50 +01:00
Gaetan Lepage
c09e484740 plugins/efmls-configs: add missing prettypst formatter from allToolPkgs 2023-12-20 16:50:50 +01:00
Gaetan Lepage
b90a6be04c tests/lsp: re-enable typst-lsp 2023-12-20 16:50:50 +01:00
github-actions[bot]
b94a8401a1 flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/a9bf124c46ef298113270b1f84a164865987a91c' (2023-12-11)
  → 'github:NixOS/nixpkgs/91a00709aebb3602f172a0bf47ba1ef013e34835' (2023-12-17)
2023-12-20 16:50:50 +01:00
Gaetan Lepage
309e5644fc plugins/wtf: init 2023-12-18 11:29:45 +01:00
Gaetan Lepage
b3fb1c4c81 helpers/keymaps: add mkMapOptionsSubmodule 2023-12-15 16:19:28 +01:00
Gaetan Lepage
798cbe99ce plugins/lsp: add graphql language server 2023-12-15 14:01:03 +01:00
Gaetan Lepage
41f5b167e7 templates/README: update regarding template lock file management 2023-12-13 23:53:58 +01:00
Kasper Seweryn
13f22b5083
plugins/wildmenu: Fix renderer (#812) 2023-12-13 21:27:53 +01:00
Gaetan Lepage
04b0f2ae61 plugins/efmls-configs: add missing tools from allToolPkgs 2023-12-13 14:32:16 +01:00
Gaetan Lepage
de10ee8f56 tests/lsp: disable sourcekit and typst-lsp as LS are broken 2023-12-13 13:25:04 +01:00
Gaetan Lepage
bc0d014e46 tests/lsp: fsautocomplete is not broken anymore 2023-12-13 13:25:04 +01:00
github-actions[bot]
bd05bde3de flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/91050ea1e57e50388fa87a3302ba12d188ef723a' (2023-12-01)
  → 'github:NixOS/nixpkgs/2c7f3c0fb7c08a0814627611d9d7d45ab6d75335' (2023-12-04)
2023-12-13 13:25:04 +01:00
Gaetan Lepage
6ce3a5a0e5 tests/lsp: rename main lsp test file for convenience 2023-12-13 10:40:06 +01:00
Gaetan Lepage
d8cffe2ead plugins: remove mkCompositeOptions from implementation 2023-12-13 10:39:28 +01:00
Zach Coyle
70b4e2d981 plugins/lsp: add solargraph language server 2023-12-13 10:29:39 +01:00
Gaetan Lepage
ec3637960c plugins/lsp: add gleam language server 2023-12-13 09:39:11 +01:00
Gaetan Lepage
c9149122a8 plugins/conform: fix typo 2023-12-11 23:43:27 +01:00
Alison Jenkins
14f753cfb6 plugins/conform: add str type for option formatOnSave 2023-12-11 23:43:27 +01:00