We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2acfd42 commit 106b5dfCopy full SHA for 106b5df
crates/emmylua_ls/src/context/client_id.rs
@@ -39,7 +39,7 @@ pub fn get_client_id(client_info: &Option<ClientInfo>) -> ClientId {
39
match info.name.as_str() {
40
"Visual Studio Code" => ClientId::VSCode,
41
"IntelliJ" => ClientId::Intellij,
42
- "Neovim" => ClientId::Neovim,
+ "Neovim" | "coc.nvim" => ClientId::Neovim,
43
"Cursor" => ClientId::VSCode,
44
"Windsurf" => ClientId::VSCode, // 不确定是不是这个名, 先加上吧
45
"Trae" => ClientId::VSCode, // 字节的, 但不确定是不是这个名, 先加上吧
0 commit comments