├── .gitignore ├── README.md ├── doc └── hardmode.txt └── plugin └── hardmode.vim /.gitignore: -------------------------------------------------------------------------------- 1 | /doc/tags -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wikitopian/hardmode/HEAD/README.md -------------------------------------------------------------------------------- /doc/hardmode.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wikitopian/hardmode/HEAD/doc/hardmode.txt -------------------------------------------------------------------------------- /plugin/hardmode.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wikitopian/hardmode/HEAD/plugin/hardmode.vim --------------------------------------------------------------------------------