mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
docs(editorconfig): update news.txt
This commit is contained in:
parent
d6510eec4f
commit
6663c5fabd
@ -50,6 +50,13 @@ NEW FEATURES *news-features*
|
|||||||
|
|
||||||
The following new APIs or features were added.
|
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.
|
• 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
|
• |vim.inspect_pos()|, |vim.show_pos()| and |:Inspect| allow a user to get or show items
|
||||||
|
Loading…
Reference in New Issue
Block a user