1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

Update README

This commit is contained in:
jdhao 2020-02-23 14:01:46 +08:00
parent b64a199125
commit 82502cb75f

View File

@ -1,5 +1,5 @@
<p align="center">
<img src="images/demo_look.jpg">
<img src="images/demo_look.jpg" widht="600">
</p>
# Introduction
@ -18,7 +18,7 @@ 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).
## Features ##
# Features #
+ Auto-completion for Python via [Deoplete](https://github.com/Shougo/deoplete.nvim).
+ Source code linting via [Neomake](https://github.com/neomake/neomake).
@ -33,6 +33,23 @@ itself and the configuration on different platforms (Linux, MacOS and Windows).
+ Tags navigation via [tagbar](https://github.com/majutsushi/tagbar).
+ ......
# Shortcuts
In the following shortcuts, `<leader>` represents `,` character.
| Shortcut | Description |
|--------------|---------------------------------------------------------------|
| `<leader>s` | Toggle the sidebar (show project tree view) |
| `<leader>f` | Open file fuzzy search in floating window and starting search |
| `<leader>s` | Remove trailing whitespaces |
| `<leader>t` | Toggle tag window (show project tags in the right window) |
| `<leader>v` | Reselect last pasted text |
| `<leader>ev` | Edit Neovim config in a new tabpage |
| `<leader>sv` | Reload Neovim config |
| `<leader>q` | Quit current window |
| `<leader>Q` | Quit all window and close Neovim |
| `<leader>w` | Save current buffer content |
# Trouble shooting
If you come across an issue, you can first use `:checkhealth` command provided