diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2020-01-12 23:41:55 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-12 23:41:55 -0800 |
commit | 92316849863bb2661ee5b4bb284f56163fed27ad (patch) | |
tree | 92b6f7d210c3dcca462b4ba48923dd65f61416ed /runtime/doc/help.txt | |
parent | dfb676fe0d64c708c0c334b09c947db1bae4736d (diff) | |
download | rneovim-92316849863bb2661ee5b4bb284f56163fed27ad.tar.gz rneovim-92316849863bb2661ee5b4bb284f56163fed27ad.tar.bz2 rneovim-92316849863bb2661ee5b4bb284f56163fed27ad.zip |
doc [ci skip] #11656
Diffstat (limited to 'runtime/doc/help.txt')
-rw-r--r-- | runtime/doc/help.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/help.txt b/runtime/doc/help.txt index 6090fa96bb..a384b5f876 100644 --- a/runtime/doc/help.txt +++ b/runtime/doc/help.txt @@ -137,6 +137,7 @@ Special issues ~ Programming language support ~ |indent.txt| automatic indenting for C and other languages +|lsp.txt| Language Server Protocol (LSP) |syntax.txt| syntax highlighting |filetype.txt| settings done specifically for a type of file |quickfix.txt| commands for a quick edit-compile-fix cycle @@ -169,7 +170,7 @@ Versions ~ Standard plugins ~ |pi_gzip.txt| Reading and writing compressed files |pi_health.txt| Healthcheck framework -|pi_matchit.txt| Extended "%" matching +|pi_matchit.txt| Extended |%| matching |pi_msgpack.txt| msgpack utilities |pi_netrw.txt| Reading and writing files over a network |pi_paren.txt| Highlight matching parens |