aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2021-01-31 16:45:29 +0800
committerjdhao <jdhao@hotmail.com>2021-01-31 16:45:29 +0800
commit451c1d492466e46e8a84e2911167f814850438aa (patch)
tree5a1db18721e40dbd10627cfefbdb0706f3b18fcd /README.md
parent35d740232283630a86f970918ebd723c72ef58a7 (diff)
Update README
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 5859b30..8b9daa3 100644
--- a/README.md
+++ b/README.md
@@ -16,15 +16,15 @@ 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 how to configure on different platforms (Linux, macOS and Windows).
# Features #
-+ Auto-completion via [Deoplete](https://github.com/Shougo/deoplete.nvim).
++ Code auto-completion via [Deoplete](https://github.com/Shougo/deoplete.nvim) and [vim-lsp](https://github.com/prabirshrestha/vim-lsp).
+ Source code linting via [Ale](https://github.com/dense-analysis/ale).
+ Code formatting via [Neoformat](https://github.com/sbdchd/neoformat).
+ Faster code commenting via [vim-commentary](https://github.com/tpope/vim-commentary).
-+ Asynchronous code execution via [asynrun.vim](https://github.com/skywind3000/asyncrun.vim)
++ Asynchronous code execution via [asynrun.vim](https://github.com/skywind3000/asyncrun.vim).
+ Fuzzy searching in current project quickly via [LeaderF](https://github.com/Yggdroot/LeaderF).
+ Color theme via [vim-gruvbox8](https://github.com/lifepillar/vim-gruvbox8) and other beautiful themes.
+ Tags navigation via [vista](https://github.com/liuchengxu/vista.vim).