mirror of
https://github.com/neovim/neovim.git
synced 2026-02-06 03:47:20 +00:00
docs: misc (#28609)
Closes https://github.com/neovim/neovim/issues/28484. Closes https://github.com/neovim/neovim/issues/28719. Co-authored-by: Chris <crwebb85@gmail.com> Co-authored-by: Gregory Anders <greg@gpanders.com> Co-authored-by: Jake B <16889000+jakethedev@users.noreply.github.com> Co-authored-by: Jonathan Raines <jonathan.s.raines@gmail.com> Co-authored-by: Yi Ming <ofseed@foxmail.com> Co-authored-by: Zane Dufour <zane@znd4.me> Co-authored-by: zeertzjq <zeertzjq@outlook.com>
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
--- @brief
|
||||
--- Nvim supports EditorConfig. When a file is opened, Nvim searches all parent
|
||||
--- directories of that file for ".editorconfig" files, parses them, and applies
|
||||
--- any properties that match the opened file. Think of it like 'modeline' for an
|
||||
--- entire (recursive) directory. For more information see
|
||||
--- https://editorconfig.org/.
|
||||
---
|
||||
--- Nvim supports EditorConfig. When a file is opened, after running |ftplugin|s
|
||||
--- and |FileType| autocommands, Nvim searches all parent directories of that file
|
||||
--- for ".editorconfig" files, parses them, and applies any properties that match
|
||||
--- the opened file. Think of it like 'modeline' for an entire (recursive)
|
||||
--- directory. For more information see https://editorconfig.org/.
|
||||
|
||||
--- @brief [g:editorconfig]() [b:editorconfig]()
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user