diff options
author | Gregory Anders <greg@gpanders.com> | 2023-01-03 09:25:16 -0700 |
---|---|---|
committer | Gregory Anders <greg@gpanders.com> | 2023-01-03 10:28:55 -0700 |
commit | 6663c5fabd6bef147904d820b6365b3e6092df94 (patch) | |
tree | 57224ed6ff5cfb30dc8d4b2585318b0f1c3b3cc8 | |
parent | d6510eec4f5e4d1ca08f685f9ce7984ca9ab1c9e (diff) | |
download | rneovim-6663c5fabd6bef147904d820b6365b3e6092df94.tar.gz rneovim-6663c5fabd6bef147904d820b6365b3e6092df94.tar.bz2 rneovim-6663c5fabd6bef147904d820b6365b3e6092df94.zip |
docs(editorconfig): update news.txt
-rw-r--r-- | runtime/doc/news.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt index ffc8ce2c88..e5d65b55dd 100644 --- a/runtime/doc/news.txt +++ b/runtime/doc/news.txt @@ -50,6 +50,13 @@ NEW FEATURES *news-features* The following new APIs or features were added. +• EditorConfig support is now builtin. This is enabled by default and happens + automatically. To disable it, users should add >vim + + vim.g.editorconfig_enable = false +< + (or the Vimscript equivalent) to their |config| file. + • Added a |vim.lsp.codelens.clear()| function to clear codelenses. • |vim.inspect_pos()|, |vim.show_pos()| and |:Inspect| allow a user to get or show items |