Skip to content

Commit 106b5df

Browse files
committed
add "coc.nvim" as neovim
1 parent 2acfd42 commit 106b5df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/emmylua_ls/src/context/client_id.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ pub fn get_client_id(client_info: &Option<ClientInfo>) -> ClientId {
3939
match info.name.as_str() {
4040
"Visual Studio Code" => ClientId::VSCode,
4141
"IntelliJ" => ClientId::Intellij,
42-
"Neovim" => ClientId::Neovim,
42+
"Neovim" | "coc.nvim" => ClientId::Neovim,
4343
"Cursor" => ClientId::VSCode,
4444
"Windsurf" => ClientId::VSCode, // 不确定是不是这个名, 先加上吧
4545
"Trae" => ClientId::VSCode, // 字节的, 但不确定是不是这个名, 先加上吧

0 commit comments

Comments
 (0)