Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ginko_ls mapping missing #490

Open
2 tasks done
UtkarshVerma opened this issue Nov 17, 2024 · 0 comments
Open
2 tasks done

ginko_ls mapping missing #490

UtkarshVerma opened this issue Nov 17, 2024 · 0 comments

Comments

@UtkarshVerma
Copy link

Problem description

The ginko_ls server for dts files is present in mason.nvim but not here. The fix is simple, to add the following mapping:

    ["ginko_ls"] = "ginko_ls",

Why do you think this is an issue with mason-lspconfig.nvim?

The language server is present in mason.nvim but not here.

Neovim version (>= 0.7)

NVIM v0.10.2
Build type: RelWithDebInfo
LuaJIT 2.1.1727870382
Run "nvim -V1 -v" for more info

Operating system/version

Linux metia 6.11.7-arch1-1 #1 SMP PREEMPT_DYNAMIC Fri, 08 Nov 2024 17:57:56 +0000 x86_64 GNU/Linux

I've manually reviewed the Nvim LPS client log (:LspLog) to find potential errors

  • Yes

I've recently downloaded the latest plugin version of mason.nvim, mason-lspconfig.nvim, and nvim-lspconfig

  • Yes

Affected language servers

ginko_ls

Steps to reproduce

Configure ginko_ls via nvim-lspconfig and expect it to be automatically installed.

Actual behavior

Error is raised about the mapping not being present.

Expected behavior

Automatic installation of ginko_ls.

LspInfo

Language client log: /home/subaru/.local/state/nvim/lsp.log
 Detected filetype:   devicetree
 
 1 client(s) attached to this buffer: 
 
 Client: copilot (id: 1, bufnr: [3])
 	filetypes:       
 	autostart:       false
 	root directory:  /home/subaru/study/q2/real-time-systems/assignments/assignment-a
 	cmd:             node /home/subaru/.local/share/nvim/lazy/copilot.lua/copilot/index.js
 
 Configured servers list: taplo, ruff_lsp, pyright, arduino_language_server, verible, clangd, zls, marksman, texlab, jsonls, dockerls, cssls, ts_ls, nil_ls, typst_lsp, neocmake, terraformls, yamlls, gopls, emmet_language_server, lua_ls, bashls, html, svls, ginko_ls, biome

LspLog

No response

Healthcheck

==============================================================================
mason: require("mason.health").check()

mason.nvim ~
- OK mason.nvim version v1.10.0
- OK PATH: prepend
- OK Providers: 
    mason.providers.registry-api
    mason.providers.client
- OK neovim version >= 0.7.0

mason.nvim [Registries] ~
- OK Registry `github.com/mason-org/mason-registry version: 2024-11-17-mere-goal` is installed.

mason.nvim [Core utils] ~
- OK unzip: `UnZip 6.00 of 20 April 2009, by Info-ZIP.  Maintained by C. Spieler.  Send`
- OK wget: `GNU Wget 1.25.0 built on linux-gnu.`
- OK curl: `curl 8.11.0 (x86_64-pc-linux-gnu) libcurl/8.11.0 OpenSSL/3.4.0 zlib/1.3.1 brotli/1.1.0 zstd/1.5.6 libidn2/2.3.7 libpsl/0.21.5 libssh2/1.11.0 nghttp2/1.64.0 nghttp3/1.6.0`
- OK gzip: `gzip 1.13`
- OK tar: `tar (GNU tar) 1.35`
- OK bash: `GNU bash, version 5.2.37(1)-release (x86_64-pc-linux-gnu)`
- OK sh: `Ok`

mason.nvim [Languages] ~
- WARNING luarocks: not available
  - ADVICE:
    - spawn: luarocks failed with exit code - and signal -. luarocks is not executable
- WARNING Composer: not available
  - ADVICE:
    - spawn: composer failed with exit code - and signal -. composer is not executable
- OK Ruby: `ruby 3.3.5 (2024-09-03 revision ef084cc8f4) [x86_64-linux]`
- OK Go: `go version go1.23.2 linux/amd64`
- OK PHP: `PHP 8.3.13 (cli) (built: Oct 23 2024 07:04:22) (NTS)`
- WARNING javac: not available
  - ADVICE:
    - spawn: javac failed with exit code - and signal -. javac is not executable
- OK node: `v23.1.0`
- WARNING julia: not available
  - ADVICE:
    - spawn: julia failed with exit code - and signal -. julia is not executable
- OK python: `Python 3.12.7`
- WARNING pip: not available
  - ADVICE:
    - spawn: python3 failed with exit code 1 and signal 0. /usr/sbin/python3: No module named pip
      
- OK cargo: `cargo 1.81.0 (2dbb1af80 2024-08-20)`
- OK python venv: `Ok`
- OK RubyGem: `3.5.16`
- OK java: `openjdk version "17.0.13" 2024-10-15`
- OK npm: `10.9.0`

mason.nvim [GitHub] ~
- OK GitHub API rate limit. Used: 3. Remaining: 4997. Limit: 5000. Reset: Sunday 17 November 2024 12:42:17 PM.

Screenshots or recordings

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant