├── .gitignore ├── LICENSE ├── Makefile ├── README.md └── colors └── rnb.erb /.gitignore: -------------------------------------------------------------------------------- 1 | rnb.vim 2 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainl/vim-rnb/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainl/vim-rnb/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainl/vim-rnb/HEAD/README.md -------------------------------------------------------------------------------- /colors/rnb.erb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainl/vim-rnb/HEAD/colors/rnb.erb --------------------------------------------------------------------------------