mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
Minimaze nvim config, update git config, clean configs
This commit is contained in:
parent
9b2871dd65
commit
1f5249ea78
25 changed files with 183 additions and 663 deletions
18
vscode/README.md
Normal file
18
vscode/README.md
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue