correction readme
This commit is contained in:
parent
e8ae12b5c2
commit
0264eb175c
|
@ -8,7 +8,7 @@
|
|||
|
||||
## Why VimsCode
|
||||
|
||||
### VimsCode, it's beautiful
|
||||
### VimsCode, it's beautiful :
|
||||
|
||||
To write or edit computer code, program an arduino etc... we use IDE (integrated development environment)
|
||||
Many very complete graphic software exist to do that like VScode from microsoft or Atom.
|
||||
|
@ -66,7 +66,7 @@ mv vimrc-conf .vimrc && mv .vimrc ~/
|
|||
cd ~/.vim/bundle/ && git clone https://github.com/VundleVim/Vundle.vim.git
|
||||
```
|
||||
|
||||
### Alias
|
||||
### Alias :
|
||||
|
||||
When you load vim, you have 1 error with vim-colorschemes, its totally normal, because your vimrc use theme but you dont have load this theme.
|
||||
|
||||
|
@ -102,7 +102,7 @@ This short-cute are totally switchable in .vimrc.
|
|||
|
||||
Finally you can run vimscode with this alias :
|
||||
```
|
||||
vimscode -esp "file" # for ESP ide
|
||||
vimscode -e "file" # for ESP ide
|
||||
vimscode -a "file" # for Arduino ide
|
||||
vimscode -p "file" # for platform.io ide
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue