diff --git a/README.md b/README.md index 6408b25..838c455 100644 --- a/README.md +++ b/README.md @@ -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 ```