Compare commits
No commits in common. "d53a7052cc8b5a22156c708579030262e8b3c723" and "88eb86750c43be3f1fd3cc67ea38af960e2c819b" have entirely different histories.
d53a7052cc
...
88eb86750c
|
@ -8,17 +8,15 @@
|
||||||
{ "title": "Notes", "url": "https://notes.sitosis.com", "icon": "journal-text" },
|
{ "title": "Notes", "url": "https://notes.sitosis.com", "icon": "journal-text" },
|
||||||
{ "title": "Read", "url": "https://read.sitosis.com/", "icon": "book" },
|
{ "title": "Read", "url": "https://read.sitosis.com/", "icon": "book" },
|
||||||
{ "title": "Bitwarden", "url": "https://pass.sitosis.com/", "icon": "fingerprint" },
|
{ "title": "Bitwarden", "url": "https://pass.sitosis.com/", "icon": "fingerprint" },
|
||||||
{ "title": "ChatGPT", "url": "https://k.rdsm.ca/", "icon": "robot" },
|
{ "title": "ChatPad", "url": "https://k.rdsm.ca/", "icon": "robot" },
|
||||||
{ "title": "Router", "url": "https://router.ln0.us/", "icon": "router" },
|
{ "title": "Router", "url": "https://router.ln0.us/", "icon": "router" },
|
||||||
{ "title": "Wifi", "url": "https://home.ln0.us:8443/", "icon": "wifi" },
|
{ "title": "Wifi", "url": "https://home.ln0.us:8443/", "icon": "wifi" },
|
||||||
{ "title": "Location", "url": "https://loc.sitosis.com/", "icon": "geo-alt-fill" },
|
{ "title": "Location", "url": "https://loc.sitosis.com/", "icon": "geo-alt-fill" },
|
||||||
{ "title": "Jellyfin", "url": "https://home.ln0.us:8920/", "icon": "collection-play" },
|
{ "title": "Jellyfin", "url": "https://home.ln0.us:8920/", "icon": "collection-play" },
|
||||||
{ "title": "Nebula", "url": "https://nebula.app/myshows", "icon": "film" },
|
{ "title": "Nebula", "url": "https://nebula.app/myshows", "icon": "film" },
|
||||||
{ "title": "YouTube", "url": "https://www.youtube.com/feed/subscriptions", "icon": "youtube" },
|
{ "title": "YouTube", "url": "https://www.youtube.com/feed/subscriptions", "icon": "youtube" },
|
||||||
{ "title": "Audiobooks", "url": "https://audio.sitosis.com/", "icon": "cassette-fill" },
|
{ "title": "Audiobooks", "url": "https://rdsm.ca/audio", "icon": "cassette-fill" },
|
||||||
{ "title": "Pandora", "url": "https://www.pandora.com/", "icon": "music-note-list" },
|
{ "title": "Pandora", "url": "https://www.pandora.com/", "icon": "music-note-list" },
|
||||||
{ "title": "Radiostasis", "url": "https://radiostasis.com/", "icon": "broadcast-pin" },
|
{ "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" }
|
|
||||||
]
|
]
|
||||||
|
|
|
@ -0,0 +1,30 @@
|
||||||
|
{
|
||||||
|
"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=="
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"dependencies": {
|
||||||
|
"typescript-language-server": "^3.3.1"
|
||||||
|
}
|
||||||
|
}
|
|
@ -84,7 +84,7 @@ lsp.omnisharp.setup {
|
||||||
lsp.tsserver.setup {
|
lsp.tsserver.setup {
|
||||||
capabilities = lspcap,
|
capabilities = lspcap,
|
||||||
on_attach = lspatt,
|
on_attach = lspatt,
|
||||||
cmd = { "npx", "typescript-language-server", "--stdio" },
|
cmd = { "typescript-language-server", "--stdio" },
|
||||||
}
|
}
|
||||||
lsp.yamlls.setup {
|
lsp.yamlls.setup {
|
||||||
capabilities = lspcap,
|
capabilities = lspcap,
|
||||||
|
|
|
@ -22,7 +22,6 @@ plug "zsh-users/zsh-syntax-highlighting"
|
||||||
plug "zap-zsh/exa"
|
plug "zap-zsh/exa"
|
||||||
plug "zap-zsh/fzf"
|
plug "zap-zsh/fzf"
|
||||||
plug "fdellwing/zsh-bat"
|
plug "fdellwing/zsh-bat"
|
||||||
plug "lukechilds/zsh-nvm"
|
|
||||||
|
|
||||||
# source external stuff
|
# source external stuff
|
||||||
eval $(perl -I ~/perl5/lib/perl5/ -Mlocal::lib)
|
eval $(perl -I ~/perl5/lib/perl5/ -Mlocal::lib)
|
||||||
|
|
Loading…
Reference in New Issue