From d07f60ec48757cc22b8e2d10182f93d8f5fcd179 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jozef=20Steinh=C3=BCbl?= Date: Sun, 4 Aug 2024 21:26:34 +0200 Subject: [PATCH] docs: lsp configuration --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 180a6ac..a7a3c8f 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,15 @@ You can configure state, details and git integration by changing Discord Presenc "lsp": { "discord_presence": { "initialization_options": { + // Base url for all language icons + "base_icons_url": "https://raw.githubusercontent.com/xhyrom/zed-discord-presence/feat/recognize-languages/assets/icons/", + "state": "Working on {filename}", "details": "In {workspace}", + // URL for large image + "large_image": "{base_icons_url}/{language_icon}.png", + // URL for small image + "small_image": "{base_icons_url}/zed.png", "git_integration": true } }