From 907bccda78beedb4f774658e26ce4b6b7f606d1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerardo=20Marx=20Ch=C3=A1vez-Campos?= Date: Fri, 9 Apr 2021 18:36:16 +0000 Subject: [PATCH] Update Contents of Readme file --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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.