added zsh-nvm plugin
This commit is contained in:
parent
2b388d7150
commit
d53a7052cc
|
@ -19,5 +19,6 @@
|
||||||
{ "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": "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 {
|
lsp.tsserver.setup {
|
||||||
capabilities = lspcap,
|
capabilities = lspcap,
|
||||||
on_attach = lspatt,
|
on_attach = lspatt,
|
||||||
cmd = { "typescript-language-server", "--stdio" },
|
cmd = { "npx", "typescript-language-server", "--stdio" },
|
||||||
}
|
}
|
||||||
lsp.yamlls.setup {
|
lsp.yamlls.setup {
|
||||||
capabilities = lspcap,
|
capabilities = lspcap,
|
||||||
|
|
|
@ -22,6 +22,7 @@ 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