Vim colourscheme/imports fix, base modifications

This commit is contained in:
Andrejus
2020-07-13 23:06:31 +01:00
parent 45426817de
commit 12333f1c5d
5 changed files with 35 additions and 82 deletions

View File

@@ -42,17 +42,16 @@ binaries: List[str] = [
*shells,
# tools
"git",
"keybase", "firebase", "aws", "terraform",
"git", "nvim",
"firebase", "aws", "terraform",
"docker", "docker-compose",
"screenfetch",
# language: python
"pyenv", "python3", "pip3", "poetry",
# langauge: node
"nvm", "node", "npm", "yarn",
# langauge: js
"nvm", "node", "npm", "yarn", "elm",
]