mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-22 03:35:21 +02:00
Refactor language servers and add eslint, jsonls, cssls and html servers. (#28)
* nvim-lsp: refactor of basic language servers * nvim-lsp: added html, css, json and eslint language servers * nvim-lsp: added gdscript lsp * nvim-lsp: added vuels
This commit is contained in:
parent
b1f99f2f08
commit
d40a8b99f3
9 changed files with 96 additions and 114 deletions
|
@ -6,12 +6,7 @@ let
|
|||
in
|
||||
{
|
||||
imports = [
|
||||
./clangd.nix
|
||||
./rust-analyzer.nix
|
||||
./rnix-lsp.nix
|
||||
./pyright.nix
|
||||
./zls.nix
|
||||
./gopls.nix
|
||||
./basic-servers.nix
|
||||
];
|
||||
|
||||
options = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue