https://github.com/rktjmp/lspinfo-multi-bufnr
https://github.com/rktjmp/lspinfo-multi-bufnr
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rktjmp/lspinfo-multi-bufnr
- Owner: rktjmp
- Created: 2021-10-17T17:24:28.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-17T18:06:24.000Z (almost 4 years ago)
- Last Synced: 2025-01-27T08:24:53.285Z (8 months ago)
- Language: Lua
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LSP Info Multiple buffnr Reported
## Install
- Clone repo
- Build and run```sh
docker build -t nvim . && docker run -it nvim
```## Repro
Run nvim and open an elixir file, run `:LspInfo`
```
nvim -O mix.exs lib/phoenix.ex
```Observe buffnr:
```
* Language client log: /root/.cache/nvim/lsp.log
Detected filetype: elixir* 1 client(s) attached to this buffer:
* Client: elixirls (id: 1, pid: 164, bufnr: [1, 1, 1, 2, 2, 2])
filetypes: elixir, eelixir
autostart: true
* root directory: /root/phoenix
cmd: /root/elixir-ls/language_server.sh* Configured servers list: elixirls
```