aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2020-09-24 23:09:08 +0800
committerjdhao <jdhao@hotmail.com>2020-09-24 23:09:08 +0800
commitf86a851a9e6d7a6324cda445aab7694189df2933 (patch)
tree211ba473bed5cdaf7dee6923235474bcf0d982e1 /README.md
parent00cbed4cdcd17d0e1f6587aed92144cc6634349c (diff)
fix doc syntax issues
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index ea89c7b..ec3704e 100644
--- a/README.md
+++ b/README.md
@@ -5,18 +5,18 @@
# Introduction
This is my Neovim configuration for all the platforms I use (Linux, Windows and
-MacOS). `init.vim` is the config file for terminal Neovim, and `ginit.vim` is
+macOS). `init.vim` is the config file for terminal Neovim, and `ginit.vim` is
the additional config file for GUI client of Neovim (I am using
[neovim-qt](https://github.com/equalsraf/neovim-qt) for now on Windows).
My configurations are heavily documented to make it as clear as possible. While
-you can download the whole repository and use it, it is not recommended to do
-so. Good configurations are personal. Everyone should have his or her unique
-config file. You are encouraged to copy from this this repo the part you feel
-useful and add it to your own Nvim config.
+you can download the whole repository and use it, it is not recommended though.
+Good configurations are personal. Everyone should have his or her unique config
+file. You are encouraged to copy from this this repo the part you feel useful
+and add it to your own Nvim config.
See [doc here](docs/README.md) on how to install Nvim's dependencies, Nvim
-itself and the configuration on different platforms (Linux, MacOS and Windows).
+itself and the configuration on different platforms (Linux, macOS and Windows).
# Features #