A simple auto-bracket/quote plugin for Vim and Neovim.
This plugin is designed to work for all file types, but offers additional functionality for the S-expression based languages.
Warning
This plugin is still a work-in-progress. Until it reaches v1.0, expect backwards incompatible changes.
Installation of Apart can be performed by using your preferred plugin management solution. If you don't have a Vim package manager I recommend using Vim 8 packages by running the following 2 commands in your shell.
git clone https://github.com/axvr/apart.vim ~/.vim/pack/plugins/start/apart
vim +'helptags ~/.vim/pack/plugins/start/apart/doc/' +q
After installation Apart.vim will instantly start working. It comes with some decent defaults for many common languages.
To learn about all the configuration options available run the following in Vim:
:help apart.txt
No Rights Reserved.
All source code, documentation and associated files packaged with apart.vim are
dedicated to the public domain. A full copy of the CC0 (Creative Commons
Zero 1.0 Universal) public domain dedication should have been provided with this
extension in the COPYING
file.
The author is not aware of any patent claims which may affect the use, modification or distribution of this software.