Compare commits
2 Commits
88eb86750c
...
d53a7052cc
Author | SHA1 | Date |
---|---|---|
Rudis Muiznieks | d53a7052cc | |
Rudis Muiznieks | 2b388d7150 |
|
@ -8,15 +8,17 @@
|
|||
{ "title": "Notes", "url": "https://notes.sitosis.com", "icon": "journal-text" },
|
||||
{ "title": "Read", "url": "https://read.sitosis.com/", "icon": "book" },
|
||||
{ "title": "Bitwarden", "url": "https://pass.sitosis.com/", "icon": "fingerprint" },
|
||||
{ "title": "ChatPad", "url": "https://k.rdsm.ca/", "icon": "robot" },
|
||||
{ "title": "ChatGPT", "url": "https://k.rdsm.ca/", "icon": "robot" },
|
||||
{ "title": "Router", "url": "https://router.ln0.us/", "icon": "router" },
|
||||
{ "title": "Wifi", "url": "https://home.ln0.us:8443/", "icon": "wifi" },
|
||||
{ "title": "Location", "url": "https://loc.sitosis.com/", "icon": "geo-alt-fill" },
|
||||
{ "title": "Jellyfin", "url": "https://home.ln0.us:8920/", "icon": "collection-play" },
|
||||
{ "title": "Nebula", "url": "https://nebula.app/myshows", "icon": "film" },
|
||||
{ "title": "YouTube", "url": "https://www.youtube.com/feed/subscriptions", "icon": "youtube" },
|
||||
{ "title": "Audiobooks", "url": "https://rdsm.ca/audio", "icon": "cassette-fill" },
|
||||
{ "title": "Audiobooks", "url": "https://audio.sitosis.com/", "icon": "cassette-fill" },
|
||||
{ "title": "Pandora", "url": "https://www.pandora.com/", "icon": "music-note-list" },
|
||||
{ "title": "Radiostasis", "url": "https://radiostasis.com/", "icon": "broadcast-pin" },
|
||||
{ "title": "Net Authority", "url": "https://netauthority.org/", "icon": "mastodon" }
|
||||
{ "title": "Net Authority", "url": "https://netauthority.org/", "icon": "mastodon" },
|
||||
{ "title": "Waking Up", "url": "https://app.wakingup.com/", "icon": "flower1" },
|
||||
{ "title": "Light Phone", "url": "https://dashboard.thelightphone.com/devices/4234ac50-9d96-433c-9f25-c8d3ff15c7c5", "icon": "phone" }
|
||||
]
|
||||
|
|
|
@ -1,30 +0,0 @@
|
|||
{
|
||||
"name": "lua",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"dependencies": {
|
||||
"typescript-language-server": "^3.3.1"
|
||||
}
|
||||
},
|
||||
"node_modules/typescript-language-server": {
|
||||
"version": "3.3.1",
|
||||
"resolved": "https://registry.npmjs.org/typescript-language-server/-/typescript-language-server-3.3.1.tgz",
|
||||
"integrity": "sha512-sm9KNsjYMxzXTNhkNK05K3BN1NkYlOFF4TgqVvzk8l9E2I5SBE7Odrhe3LzCA/78MASO1nWfXx3u96wAhLIhsw==",
|
||||
"bin": {
|
||||
"typescript-language-server": "lib/cli.mjs"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=14.17"
|
||||
}
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"typescript-language-server": {
|
||||
"version": "3.3.1",
|
||||
"resolved": "https://registry.npmjs.org/typescript-language-server/-/typescript-language-server-3.3.1.tgz",
|
||||
"integrity": "sha512-sm9KNsjYMxzXTNhkNK05K3BN1NkYlOFF4TgqVvzk8l9E2I5SBE7Odrhe3LzCA/78MASO1nWfXx3u96wAhLIhsw=="
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"dependencies": {
|
||||
"typescript-language-server": "^3.3.1"
|
||||
}
|
||||
}
|
|
@ -84,7 +84,7 @@ lsp.omnisharp.setup {
|
|||
lsp.tsserver.setup {
|
||||
capabilities = lspcap,
|
||||
on_attach = lspatt,
|
||||
cmd = { "typescript-language-server", "--stdio" },
|
||||
cmd = { "npx", "typescript-language-server", "--stdio" },
|
||||
}
|
||||
lsp.yamlls.setup {
|
||||
capabilities = lspcap,
|
||||
|
|
Loading…
Reference in New Issue