New branch develop, CONTRIBUTE.md, NeoTree, Smartparens, Snippets and Auto-complete
- the
develop
branch was a mess. A new clean branch callednew_develop
has be created and used to create this release (will be renamed todevelop
soon) - contribution guidelines are now in the file CONTRIBUTE.md
- PR guidelines have been updated to favor one topic per PR in order to be able to squash the PR into one commit
- Electric braces support with smartparens (thanks to trishume)
- Add NeoTree documentation to README (click here)
- Simplified NeoTree key bindings with lower key bindings (see documentation link above)
- Yasnippet snippets submodule URL which pointed to a fork of upstream repository has been replaced by the upstream URL
- Snippets folder is now in
spacemacs/extensions/yasnippets-snippets
C-k
is now again bound to the defaultevil-insert-digraph
andC-j
,C-k
are now defined in the correct map (thanks to danielwuz)
Do not forget to update the sub modules when you upgrade