Initial nvim plugins based on ctaylo21/jarvis

This commit is contained in:
Andrejus
2020-05-31 16:40:21 +01:00
parent 4e22b5f910
commit 485b480ab0
9 changed files with 574 additions and 39 deletions

View File

@@ -5,7 +5,7 @@ if not_installed "yarn"; then
echo "Installing yarn..."
# Install nvm
# Install yarn
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
update