From 0264eb175cf09e920945ea785176c07e152d6f1a Mon Sep 17 00:00:00 2001 From: bastien Date: Tue, 23 May 2023 11:21:53 +0200 Subject: [PATCH] correction readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 ```