aboutsummaryrefslogtreecommitdiffstats
path: root/plugin
AgeCommit message (Collapse)Author
2015-10-08plugin/space_vlaze.vim: Don't create mapping if map already existsTeddy Wing
If the user has already defined a mapping for `<leader>sv` then don't overwrite their mapping. Also define a `<Plug>` mapping for this for users to map to if so desired.
2015-10-04Initial commit. Initial menu and board stateTeddy Wing
Setup layout and structure of the code. * Add a command and map to start the game * When the game is started, prompt for game start, help, or leaderboard * Create help file template (TODO) * On game start, initialise the board with spaces and a player character * Setup buffer locals on game start * Create various functions that we'll need coming up either as stubs or filled in with what they'll probably be.