editorconfig / editorconfig.github.com

Configuration file format for defining coding styles in shared projects
http://editorconfig.org
Other
265 stars 42 forks source link

Add Neovim to "No Plugin Necessary" list #172

Closed brotherkaif closed 11 months ago

brotherkaif commented 1 year ago

Neovim now includes native support for .editorconfig files. This feature is also enabled by default, meaning that it is configured out of the box. Documentation of this feature can be found here.

Neovim should be added to the "No Plugin Necessary" list on the main page as some Neovim users may not realise that it contains native support and may attempt to install the Vim plugin.

xuhdev commented 1 year ago

@Pittan could you help again? Or, could you suggest some style transformer if it's too much work? Really appreciate your help!