efm-langserver
efm-langserver copied to clipboard
General purpose Language Server
I tried to install them for vim syntax from documentation. ``` go install github.com/mattn/efm-langserver@latest ``` In terminal i got this error ``` can't load package: package github.com/mattn/efm-langserver@latest: can only use...
For example, i want use `pyproject.toml` as rootMarker, and the folder content is: ``` . ├── a.py └── pyproject.toml ``` The efm configuration: ```lua lspconfig.efm.setup { init_options = { documentFormatting...
Hi, just installed this program and so far it works great, but I noticed that when launched it creates `~/.config` folder which I moved away on my system. This patch...
I use a monorepo for a project such as: ``` /myproject /myproject/.git /myproject/python_pkg/ /myproject/python_pkg/pyproject.toml /myproject/node_pkg/ /myproject/node_pkg/package.json ``` I am trying to configure `efm` to format python files (under `/myproject/python_pkg`) using...
I ran the command `go install github.com/mattn/efm-langserver@latest` but I can't get it to work: there is no output and error. I'm not familiar with Go at all. Eventually I figured...
Hi, when using the language server, it fails on changing between buffers with following errors: ``` [ERROR][2022-05-31 10:11:40] .../vim/lsp/rpc.lua:420 "rpc" "efm-langserver" "stderr" '2022/05/31 10:11:40 jsonrpc2 handler: notification "workspace/didChangeWorkspaceFolders" handling error:...
``` format-command: './node_modules/.bin/prettier ${--tab-width:tabWidth} ${--single-quote:singleQuote} --parser html' ``` Where do these variables configuration come from? - `${--tab-width:tabWidth}` - `${--single-quote:singleQuote}`
Hello, I have some questions regarding how `efm-langserver` works with `nvim-lspconfig`. I'm not a LSP expert BTW. It seems that my custom `root-markers` do not override the `root_dir` config from...
I use efm for bash scripts and work with java. The efm works fine with other lsp, but the [nvim-jdtls](https://github.com/mfussenegger/nvim-jdtls) is a derived of the lsp, thus not initialized like...