├── LICENSE.txt ├── README.md ├── autoload └── rufo.vim └── plugin └── rufo.vim /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby-formatter/rufo-vim/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby-formatter/rufo-vim/HEAD/README.md -------------------------------------------------------------------------------- /autoload/rufo.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby-formatter/rufo-vim/HEAD/autoload/rufo.vim -------------------------------------------------------------------------------- /plugin/rufo.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby-formatter/rufo-vim/HEAD/plugin/rufo.vim --------------------------------------------------------------------------------