├── .vimrc ├── LICENSE ├── README.md ├── settings.json └── vimrc-to-json.py /.vimrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sheepolution/vimrc-to-json/HEAD/.vimrc -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sheepolution/vimrc-to-json/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sheepolution/vimrc-to-json/HEAD/README.md -------------------------------------------------------------------------------- /settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sheepolution/vimrc-to-json/HEAD/settings.json -------------------------------------------------------------------------------- /vimrc-to-json.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sheepolution/vimrc-to-json/HEAD/vimrc-to-json.py --------------------------------------------------------------------------------