aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2021-08-07 02:44:57 +0800
committerjdhao <jdhao@hotmail.com>2021-08-07 03:15:22 +0800
commit8dffa8bd23606cb72831bdd22f00b41e3bce8d30 (patch)
treec48f4494804664ab04219a60ef67ff346d541422 /README.md
parentd434627738c59473530d807cb645df6deb4c8e80 (diff)
chore: formatting and fix spell errors
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2b322b1..3eb9d73 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
# Introduction
This repo hosts my Nvim configuration for all the platforms I am using (Linux,
-Windows and macOS). `init.vim` is the config entrypoint for terminal Neovim,
+Windows and macOS). `init.vim` is the config entry point 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).
@@ -40,7 +40,7 @@ backward compatibility is guaranteed.**
+ Markdown writing and syntax highlighting via [vim-markdown](https://github.com/plasticboy/vim-markdown),
Markdown Previewing via [markdown-preview.nvim](https://github.com/iamcco/markdown-preview.nvim).
+ Command line auto-completion via [wilder.nvim](https://github.com/gelguy/wilder.nvim).
-+ Annimated GUI style notifiation via [nvim-notify](https://github.com/rcarriga/nvim-notify).
++ Animated GUI style notification via [nvim-notify](https://github.com/rcarriga/nvim-notify).
+ Tags navigation via [vista](https://github.com/liuchengxu/vista.vim).
+ Source code linting via [Ale](https://github.com/dense-analysis/ale).
+ Code formatting via [Neoformat](https://github.com/sbdchd/neoformat).