Commit graph

108 commits

Author SHA1 Message Date
Daniel Kahlenberg
079c03228c plugins/lsp: set correct name for the elixirls package 2024-02-02 11:43:44 +01:00
Gabriel Arazas
6b0f03e4a1 plugins: clean up module descriptions
Only for the `enable` option though.
2024-01-26 15:43:47 +01:00
traxys
97889e309d
plugins/lsp: Add lemminx (#975) 2024-01-25 16:00:55 +01:00
Gaetan Lepage
fb888e4942 plugins/lsp: use pkgs.lean4 for leanls
https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.txt#leanls
2024-01-22 13:41:54 +01:00
Gaetan Lepage
749a8a38c4 plugins/lsp: add htmx lsp 2024-01-12 23:39:32 +01:00
Gaetan Lepage
61da581315 plugins/lsp: add prolog-ls 2024-01-12 22:34:09 +01:00
siph
7d6c62833b plugins/lsp: add nushell language server 2024-01-11 08:30:18 +01:00
Coutinho de Souza
6645fea915
plugins/lsp: add beancount-language-server (#920) 2024-01-09 00:04:55 +01:00
Richard Halford
b0895fc9fa
plugins/lsp: add templ language server (#905)
* plugins/lsp: add templ language server

* plugins/templ: remove name 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>
2024-01-06 16:14:54 +01:00
Hayden
a2c5bd3548
plugins/lsp: add dagger language server (for cuelang) (#890) 2024-01-05 15:25:40 +01:00
traxys
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
Markus Lohmayer
2bcdcfafe5
plugins/lsp: add marksman language server (#867) 2023-12-31 21:32:33 +01:00
Glen
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
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
798cbe99ce plugins/lsp: add graphql language server 2023-12-15 14:01:03 +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
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
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
0b1984ed81 plugins/lsp: enable auto-installing rustc and cargo 2023-11-23 15:22:42 +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
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
b6724702b4 misc: refactor imports, prefer adding helpers to args rather than importing it 2023-11-06 16:33:39 +01:00
Mikael Fangel
9832bc3f54
fsautocomplete: init (#655) 2023-10-20 10:39:09 +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
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
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
traxys
4cd3707e00
plugin/efmls-configs: init + tests (#542) 2023-08-27 20:49:23 +02:00
traxys
a4e027ce33
plugins/nvim-lsp: Added taplo for TOML (#541) 2023-08-24 11:03:37 +02:00
Alexander Nortung
56b2169683 plugins/lsp: Added intelephense 2023-08-21 10:29:07 +02:00
traxys
4ef53c788b
plugins/lsp: Add efm-langserver (#531) 2023-08-19 22:17:07 +02:00
Alexander Nortung
dbc865f977
plugins/lsp: Added volar language server (#514) 2023-08-14 09:57:39 +02:00
Gaetan Lepage
4719700870 plugins/lsp: add svelte language server 2023-08-14 00:22:46 +02:00
Gaetan Lepage
54ebe3b0ee plugins/lsp: add omnisharp language server
Co-authored-by: garaiza-93 <57430880+garaiza-93@users.noreply.github.com>
2023-07-20 08:24:33 +02:00
Tanish2002
eb77b8588b plugins/nvim-lsp: fix lua_ls workspace library attribute type 2023-07-16 12:11:58 +02:00
Eduardo Quirós
89bbd4b916
plugins/nvim-lsp: add elmls (#476)
* plugins/nvim-lsp: enable elm-language-server

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

use suggested description

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-07-09 13:17:24 +02:00
Gaetan Lepage
6693b63ff7 plugins/nvim-lsp: add csharp-ls language server 2023-07-05 15:29:33 +02:00
Gaetan Lepage
b15623e390 plugins/nvim-lsp: add cmake LS 2023-06-27 10:42:26 +02:00
Gaetan Lepage
885a746073 plugins/lsp: add nixd language server 2023-06-19 13:08:03 +02:00
Gaetan Lepage
0bd5ea6984 plugins/nvim-lsp: update package for some language servers 2023-06-19 10:23:03 +02:00
Gaetan Lepage
24b145ff35 plugins/lsp: add ccls language server 2023-06-15 11:36:23 +02:00
siph
ab8377f319 plugins/nvim-lsp: add kotlin language server 2023-06-08 09:51:24 +02:00