Minimaze nvim config, update git config, clean configs

This commit is contained in:
Smirnov Olexandr 2021-02-14 18:06:43 +02:00
parent 9b2871dd65
commit 1f5249ea78
25 changed files with 183 additions and 663 deletions

18
vscode/README.md Normal file
View file

@ -0,0 +1,18 @@
# VScode
Install
```bash
mv ~/.vscode/settings.json ~/.config/Code/User
```
Extensions
- `Auto Import - ES6, TS` - Auto import for JS/TS, JSx/Tsx
- `Auto rename tag` - Rename tag in HTML/JSX
- `ESlint` - JavaScript linter
- `One dark pro` - Color scheme
- `Prettier` - JavaScript code formater
- `Todo Tree` - Show all TODO in code
- `Vim` - Vim mode
- `vscode-icons` - Icons
- `VScode rich presence` - Discord status
- `Python` - Better python syntax