A small tool to view real-world ActivityPub objects as JSON! Enter a URL
or username from Mastodon or a similar service below, and we'll send a
request with
the right
Accept
header
to the server to view the underlying object.
{
"@context": [
"https://join-lemmy.org/context.json",
"https://www.w3.org/ns/activitystreams"
],
"type": "Page",
"id": "https://lemmy.world/post/8005970",
"attributedTo": "https://lemmy.world/u/dafunkkk",
"to": [
"https://sopuli.xyz/c/neovim",
"https://www.w3.org/ns/activitystreams#Public"
],
"name": "How to use env variables inside which-key plugin mapping? [SOLVED]",
"cc": [],
"content": "<p>The example below is not working (error is given when neovim is opened not recognising $env_var) how can I let him recognise the env_var?</p>\n<p>g = {</p>\n<p>name = “+grep”,</p>\n<p>a = { “Telescope grep_string”, “Grep on all dirs” },</p>\n<p>s = { “Telescope grep_string search_dirs={”$env_var/dir1/dir2/dir3/“} cr>”, “Grep on dir” },</p>\n<p>},</p>\n<p>Thanks</p>\n",
"mediaType": "text/html",
"source": {
"content": "The example below is not working (error is given when neovim is opened not recognising $env_var) how can I let him recognise the env_var?\n\ng = {\n\nname = \"+grep\",\n\na = { \"Telescope grep_string\", \"Grep on all dirs\" },\n\ns = { \"Telescope grep_string search_dirs={\"$env_var/dir1/dir2/dir3/\"} cr>\", \"Grep on dir\" },\n\n},\n\nThanks",
"mediaType": "text/markdown"
},
"attachment": [],
"sensitive": false,
"published": "2023-11-09T08:46:21.564084Z",
"updated": "2023-11-23T09:26:13.446539Z",
"language": {
"identifier": "en",
"name": "English"
},
"audience": "https://sopuli.xyz/c/neovim",
"tag": [
{
"href": "https://lemmy.world/post/8005970",
"name": "#neovim",
"type": "Hashtag"
}
]
}