Skip to content

Commit

Permalink
docs: lsp configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
xhyrom committed Aug 4, 2024
1 parent e8a80f5 commit d07f60e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
Expand Down

0 comments on commit d07f60e

Please sign in to comment.