aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2020-07-21 23:58:25 +0800
committerjdhao <jdhao@hotmail.com>2020-07-21 23:58:25 +0800
commit523e8fe300a6dd47d6dfe52bdbe135acbd7a1a49 (patch)
tree065697557da05a152a986dc3f07e714718c6831b
parentd4a1a45f97328f62c9571452bcff25b44cd7919a (diff)
update readme
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 0858315..ea89c7b 100644
--- a/README.md
+++ b/README.md
@@ -21,15 +21,15 @@ itself and the configuration on different platforms (Linux, MacOS and Windows).
# Features #
+ Auto-completion for Python via [Deoplete](https://github.com/Shougo/deoplete.nvim).
-+ Source code linting via [Neomake](https://github.com/neomake/neomake).
++ Source code linting via [Ale](https://github.com/dense-analysis/ale).
+ Code formatting via [Neoformat](https://github.com/sbdchd/neoformat).
+ Markdown writing and syntax highlighting via [vim-markdown](https://github.com/plasticboy/vim-markdown) and [vim-pandoc-syntax](https://github.com/vim-pandoc/vim-pandoc-syntax).
+ LaTeX editing via [vimtex](https://github.com/lervag/vimtex)[^1].
+ Git integration via [vim-fugitive](https://github.com/tpope/vim-fugitive).
+ Fast buffer jump via [vim-sneak](https://github.com/justinmk/vim-sneak).
-+ Open a file in current project quickly via [LeaderF](https://github.com/Yggdroot/LeaderF).
++ Fuzzy searching in current project quickly via [LeaderF](https://github.com/Yggdroot/LeaderF).
+ Beautiful status line via [vim-airline](https://github.com/vim-airline/vim-airline).
-+ Powerful sidebar via [Nerdtree](https://github.com/scrooloose/nerdtree).
++ Powerful file explorer via [Nerdtree](https://github.com/scrooloose/nerdtree).
+ Tags navigation via [tagbar](https://github.com/majutsushi/tagbar).
+ ......