LSP icon indicating copy to clipboard operation
LSP copied to clipboard

support emmylua-analyzer-rust(Lua Language servers)

Open matresnan opened this issue 5 months ago • 0 comments

project url 目前我使用以下配置,但我希望能与LSP集成,感谢

{
	"clients": {
		"emmylua_ls": {
			"enabled": true,
			"command": [
				"emmylua_ls",
			],
			"selector": "source.lua"
		}
	}
}

matresnan avatar Jul 29 '25 11:07 matresnan