]> git.lizzy.rs Git - rust.git/commitdiff
distinction between official and community plugins
authorJannis Redmann <mail@jannisr.de>
Wed, 29 Apr 2015 16:53:36 +0000 (18:53 +0200)
committerJannis Redmann <mail@jannisr.de>
Wed, 29 Apr 2015 16:53:36 +0000 (18:53 +0200)
src/etc/CONFIGS.md

index def5ab05fe2f161f60c2946074e16594a2c1e2b6..74837a06faecd094d2c588293465dbe8b543801a 100644 (file)
@@ -1,11 +1,16 @@
 # Configs
 
-Here are some links to repos with configs which ease the use of rust:
+These are some links to repos with configs which ease the use of rust.
+
+## Officially Maintained Configs
 
-* [.editorconfig](https://gist.github.com/derhuerst/c9d1b9309e308d9851fa) ([what is this?](http://editorconfig.org/))
 * [rust.vim](https://github.com/rust-lang/rust.vim)
 * [emacs rust-mode](https://github.com/rust-lang/rust-mode)
 * [gedit-config](https://github.com/rust-lang/gedit-config)
 * [kate-config](https://github.com/rust-lang/kate-config)
 * [nano-config](https://github.com/rust-lang/nano-config)
 * [zsh-config](https://github.com/rust-lang/zsh-config)
+
+## Community-maintained Configs
+
+* [.editorconfig](https://gist.github.com/derhuerst/c9d1b9309e308d9851fa) ([what is this?](http://editorconfig.org/))