Commit graph

89 commits

Author SHA1 Message Date
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
dbcd314708 plugins: use LogLevel where possible 2023-12-22 14:48:15 +01:00
Tanish Khare
ce95b04d71
change type of pylsp_mypy.overrides (#833) 2023-12-22 12:12:18 +01:00
Gaetan Lepage
c09e484740 plugins/efmls-configs: add missing prettypst formatter from allToolPkgs 2023-12-20 16:50:50 +01:00
Gaetan Lepage
309e5644fc plugins/wtf: init 2023-12-18 11:29:45 +01:00
Gaetan Lepage
798cbe99ce plugins/lsp: add graphql language server 2023-12-15 14:01:03 +01:00
Gaetan Lepage
04b0f2ae61 plugins/efmls-configs: add missing tools from allToolPkgs 2023-12-13 14:32:16 +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
Gaetan Lepage
a9e37f1f00 plugins/lsp: add pylyzer language server 2023-12-10 18:07:20 +01:00
Geoffrey Frogeye
c96d7b46d0
plguins/lsp: add perlpls language server (#794) 2023-12-08 15:08:59 +01:00
budimanjojo
e159e3f75e plugins/lsp: add docker language server 2023-12-05 09:31:27 +01:00
budimanjojo
2f9224ab0b plugins/lsp: add ansible language server 2023-12-05 09:04:37 +01:00
Gaetan Lepage
ae3a47674b plugins/lsp: deprecate extraSettings 2023-12-02 19:10:47 +01:00
Gaetan Lepage
abb10f097e plugins/lsp: add vls language server 2023-11-27 15:13:01 +01:00
Nick Hu
bacdae2c50 plugins/lsp: add pest_ls, the language server for pest 2023-11-24 14:13:32 +01:00
Gaetan Lepage
739bbfef2d plugins/lsp: add emmet_ls language server 2023-11-24 12:13:08 +01:00
Gaetan Lepage
74c50575eb plugins/efmls-configs: add typstfmt to efm tools 2023-11-24 00:39:21 +01:00
traxys
49daf1e354
plugins/efmls-configs: Correctly take into account toolPackages (#738) 2023-11-23 23:26:32 +01:00
Gaetan Lepage
ab9b6abc22 ci/update: remove useless autogenerated-configs stuff 2023-11-23 22:42:04 +01:00
Gaetan Lepage
3577c971e7 plugins/lsp: set enabledServers as an internal invisible option 2023-11-23 21:37:27 +01:00
Gaetan Lepage
0b1984ed81 plugins/lsp: enable auto-installing rustc and cargo 2023-11-23 15:22:42 +01:00
Gaetan Lepage
c68f2d6270 plugins/lsp: remove unused generic extraPackages behaviour 2023-11-23 15:10:29 +01:00
Gaetan Lepage
19f39c3b1b plugins: swith to the new behaviour of mkRaw 2023-11-23 11:39:41 +01:00
Gaetan Lepage
3cb12cd964 plugins/lsp/efmls-configs: respect tool packages availability 2023-11-21 14:41:18 +01:00
ivandimitrov8080
fbe5169271
plugins/lsp: add prismals language server (#708)
* adding prismals to language servers

* enabling prismals in tests
2023-11-17 11:34:39 +01:00
traxys
a304b68a88
plugins/efmls-configs: Improve tool installation (#705)
* plugins/efmls-configs: Improve installation of tools

This commit allows to:
 - Override the package used for a tool
 - Warn if nixvim can't install a tool

* plugins/efmls-configs: Add missing packages

* plugins/efmls-configs: Use with pkgs; in toolPkgs
2023-11-16 23:26:44 +01:00
Zach Coyle
06ebef8da8
plugins/lsp: add biome language server (#698)
* plugins/lsp: add biome language server

* fix:typo caught by codespell

* remove unnecessary package attribute

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-11-14 14:54:47 +01:00
Gaetan Lepage
05d21678da plugins/lsp: add leanls, the language server for lean 2023-11-14 11:14:45 +01:00
Gaetan Lepage
d748d9ea02 plugins/efm: Install mypy & ruff 2023-11-13 14:22:43 +01:00
traxys
6b93c8fa6d
efmls-configs: Use upstream tool definitions (#692) 2023-11-06 23:07:55 +01:00
Gaetan Lepage
b6724702b4 misc: refactor imports, prefer adding helpers to args rather than importing it 2023-11-06 16:33:39 +01:00
Yash Shinde
76291156fa
plugins/conform: init + test (#667) 2023-11-03 15:48:24 +01:00
github-actions[bot]
e1138cda39 autogenerated: Update options 2023-10-26 15:48:05 +02:00
github-actions[bot]
eab342e2bb autogenerated: Update options 2023-10-21 19:53:01 +02:00
Mikael Fangel
9832bc3f54
fsautocomplete: init (#655) 2023-10-20 10:39:09 +02:00
municorn
3fd743fe80 docs: fix grammar, spelling, and text for enable options 2023-10-09 15:04:57 +02:00
Gaetan Lepage
dd6a114e52 plugins/misc: adapt to new maps options 2023-10-02 15:23:54 +02:00
Marie Ramlow
3fa81dd063 plugins/lsp/hls: add missing --lsp cmd flag 2023-09-29 15:00:47 +02:00
Ariel D'Alessandro
70b5f969ca Add phpactor 2023-09-26 08:50:35 +02:00
Gaetan Lepage
420b25c735 plugins/lsp/pylsp: disable broken tests 2023-09-18 23:41:56 +02:00
Gaetan Lepage
ee4e67a516 plugins/nixd: automatically add nixpkgs-fmt if needed 2023-09-08 16:47:09 +02:00
Peter Tonner
b7611f74a9
plugins/nvim-lsp: add digestif language server (#571) 2023-09-04 23:27:41 +02:00
github-actions[bot]
b4767aa252 autogenerated: Update options 2023-09-04 10:29:34 +02:00
traxys
6c656c14d8
plugin/efmls-configs: Map languages to filetypes (#564) 2023-08-28 23:44:42 +02:00
traxys
e704db3064
plugins/efmls-configs: Avoid spaces in language names (#563) 2023-08-28 18:27:03 +02:00
traxys
33cffcb0fd
plugins/lsp: Extract rust-analyzer options from the source directly (#562)
This directly reads the package.json file in pkgs.rust-analyzer.src in
order to generate the list of options for rust-analyzer.

This avoids the need for a generator script, and makes sure that it is
always in sync.
2023-08-28 17:28:12 +02:00