Browse Source

Update Contents of Readme file

master
parent
commit
907bccda78
1 changed files with 4 additions and 3 deletions
  1. +4
    -3
      README.md

+ 4
- 3
README.md View File

@ -48,10 +48,11 @@ Plug 'tpope/vim-speeddating'
Plug ' jceb/vim-orgmode' Plug ' jceb/vim-orgmode'
call plug#end() 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
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. 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.


Loading…
Cancel
Save