added zsh-nvm plugin

This commit is contained in:
Rudis Muiznieks 2023-04-23 13:45:16 -05:00
parent 2b388d7150
commit d53a7052cc
Signed by: rudism
GPG Key ID: CABF2F86EF7884F9
5 changed files with 4 additions and 37 deletions

View File

@ -19,5 +19,6 @@
{ "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": "Waking Up", "url": "https://app.wakingup.com/", "icon": "flower1" }
{ "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" }
]

View File

@ -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=="
}
}
}

View File

@ -1,5 +0,0 @@
{
"dependencies": {
"typescript-language-server": "^3.3.1"
}
}

View File

@ -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,

View File

@ -22,6 +22,7 @@ plug "zsh-users/zsh-syntax-highlighting"
plug "zap-zsh/exa"
plug "zap-zsh/fzf"
plug "fdellwing/zsh-bat"
plug "lukechilds/zsh-nvm"
# source external stuff
eval $(perl -I ~/perl5/lib/perl5/ -Mlocal::lib)