From f84bc78f43c11b58e19dbc4cb52525df0253b7bf Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Thu, 4 Dec 2025 14:47:50 +0100 Subject: [PATCH] [Setup] Add install for vue typscript-plugin --- nvim-clean.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nvim-clean.sh b/nvim-clean.sh index aecefb4..8053a7e 100755 --- a/nvim-clean.sh +++ b/nvim-clean.sh @@ -5,5 +5,8 @@ rm -rf ~/.local/share/nvim*/ rm -rf ~/.local/state/nvim*/ rm -rf ~/.cache/nvim*/ +echo "Installing @vue/typescript-plugin system-wide" +sudo npm i -g @vue/typescript-plugin + # Re-Install configs to clean out lazy-lock and all other residue ./nvim-install.sh