diff --git a/docs/_posts/2018-06-24-first-meetup-in-hangzhou.md b/docs/_posts/2018-06-24-first-meetup-in-hangzhou.md index 22a0517ea..c3a191685 100644 --- a/docs/_posts/2018-06-24-first-meetup-in-hangzhou.md +++ b/docs/_posts/2018-06-24-first-meetup-in-hangzhou.md @@ -28,7 +28,7 @@ We just make a general discussion about how to use SpaceVim, and what feature ne ### Improve Tab manager -These new features has been added to tab manager in [#1887](https://github.com/SpaceVim/SpaceVim/pull/1887) +These new features have been added to tab manager in [#1887](https://github.com/SpaceVim/SpaceVim/pull/1887) - Display tab name on tabline and tab manager, you can also rename the tab via key binding `r` in tab manager buffer. ![rename](https://user-images.githubusercontent.com/13142418/42123061-26d938aa-7c11-11e8-8e98-b089fbc53f30.gif) @@ -42,7 +42,7 @@ These new features has been added to tab manager in [#1887](https://github.com/S ### Improve flygrep -- remvoe the unneeded `!` after redraw in flygrep and other plugins which is using prompt API. +- remove the unneeded `!` after redraw in flygrep and other plugins which is using prompt API. - improve the flygrep Just open a new pull request [#1898](https://github.com/SpaceVim/SpaceVim/pull/1898) which is based on [#1802](https://github.com/SpaceVim/SpaceVim/pull/1802). diff --git a/docs/documentation.md b/docs/documentation.md index 791c4f0a0..35730a98e 100644 --- a/docs/documentation.md +++ b/docs/documentation.md @@ -1681,6 +1681,7 @@ Comments are handled by [nerdcommenter](https://github.com/scrooloose/nerdcommen | `SPC c L` | invert comment lines | | `SPC c p` | comment paragraphs | | `SPC c P` | invert comment paragraphs | +| `SPC c s` | comment with pretty layout| | `SPC c t` | comment to line | | `SPC c T` | invert comment to line | | `SPC c y` | comment and yank | diff --git a/docs/layers/language-server-protocol.md b/docs/layers/language-server-protocol.md index 8bd3d92ac..03980cc2f 100644 --- a/docs/layers/language-server-protocol.md +++ b/docs/layers/language-server-protocol.md @@ -43,7 +43,7 @@ endif ## Features - Asynchronous calls -- Code completion (provided by [autocomplet](https://spacevim.org/layers/autocomplete/) layer) +- Code completion (provided by [autocomplete](https://spacevim.org/layers/autocomplete/) layer) - Lint on the fly - Rename symbol - Hover/Get identifer info.