diff options
Diffstat (limited to 'runtime/doc')
-rw-r--r-- | runtime/doc/news.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt index a359d57a99..789f895b46 100644 --- a/runtime/doc/news.txt +++ b/runtime/doc/news.txt @@ -119,6 +119,9 @@ API DEFAULTS +• Highlighting: + • Improved styling of :checkhealth and :help buffers. + • Mappings: • |grn| in Normal mode maps to |vim.lsp.buf.rename()| • |grr| in Normal mode maps to |vim.lsp.buf.references()| |