diff --git a/newtabber/links.json b/newtabber/links.json index 7a46b59..ba9b1cb 100644 --- a/newtabber/links.json +++ b/newtabber/links.json @@ -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" } ] diff --git a/nvim/lua/package-lock.json b/nvim/lua/package-lock.json deleted file mode 100644 index c03fe9a..0000000 --- a/nvim/lua/package-lock.json +++ /dev/null @@ -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==" - } - } -} diff --git a/nvim/lua/package.json b/nvim/lua/package.json deleted file mode 100644 index 9758337..0000000 --- a/nvim/lua/package.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "dependencies": { - "typescript-language-server": "^3.3.1" - } -} diff --git a/nvim/lua/plugins-conf.lua b/nvim/lua/plugins-conf.lua index cfaa6d9..ba52507 100644 --- a/nvim/lua/plugins-conf.lua +++ b/nvim/lua/plugins-conf.lua @@ -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, diff --git a/zsh/zshrc b/zsh/zshrc index 3b5b216..92a6da8 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -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)