diff --git a/README.md b/README.md index 15ac1af..97313eb 100644 --- a/README.md +++ b/README.md @@ -48,10 +48,11 @@ Plug 'tpope/vim-speeddating' Plug ' jceb/vim-orgmode' call plug#end() ``` -paste it on the `.vimrc` file, if it does not exist, create it at `~/.vimrc`. After save the file run on Vim editor `Plug - -# +paste it on the `.vimrc` file, if it does not exist, create it at `~/.vimrc`. After save the file run on Vim editor `:PlugInstall` and the editor will install the Plug-ins defined on lines 46 to 48. +# How to use the Plugins +## NERDTree +## Vim-orgmode ## Spell Checking Spell checking wouldn’t be very useful if you didn’t have any help correcting the misspelled words, or a way to tell the program that the word is actually correct. Let’s start with correcting words.