aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-08-31ftplugin/go.vim: Create test file on alternate if it doesn't existTeddy Wing
2020-08-02ftplugin/rust.vim: Fix spacingTeddy Wing
2020-08-02ftplugin/rust.vim: Add mapping to run testsTeddy Wing
2020-07-27ftplugin/go.vim: Add mapping to run package tests with terminal outputTeddy Wing
2020-07-19ftplugin/rust.vim: Add a command to run `cargo check`Teddy Wing
2020-07-19Add after/ftplugin/rust.vimTeddy Wing
2020-07-19ftplugin/rust.vim: Activate Rust plugin's ftpluginTeddy Wing
2020-07-17ftplugin/rust.vim: Add mappings to build and runTeddy Wing
2020-07-17ftplugin/rust.vim: Turn on `b:argwrap_tail_comma`Teddy Wing
2020-07-17Add ftdetect/hcss.vimTeddy Wing
2020-07-04projects/aodocs.vim: Set 'path' for UFO extension projectTeddy Wing
2020-06-20vimrc: Add count support to `[q`, `]q`, `[w`, `]w`Teddy Wing
2020-06-15ftplugin/python.vim: Turn on `b:argwrap_tail_comma`Teddy Wing
2020-06-15Add 'vim-tbuffer' pluginTeddy Wing
2020-06-15ftplugin/go.vim: Add `Ze` mapping to insert `if err` blockTeddy Wing
2020-06-13colors/twilight256.vim: Highlight comments in a lighter grey colourTeddy Wing
2020-06-01ftplugin/go.vim: Turn on `b:argwrap_tail_comma`Teddy Wing
2020-05-08projects/aodocs.vim: Add mapping to copy the last TODO entryTeddy Wing
2020-05-08ftplugin/typescript.vim: Set 'commentstring'Teddy Wing
2020-05-08Add 'typescript-vim' pluginTeddy Wing
2020-04-29colors/twilight256: Remove underline on current line numberTeddy Wing
2020-04-24projects/aodocs.vim: Add SCSS and TypeScript indentationTeddy Wing
2020-04-15Add 'vim-table-mode' pluginTeddy Wing
2020-04-15Add 'vim-textobj-quote' pluginTeddy Wing
2020-04-01projects/aodocs.vim: Update UFO Go import pathTeddy Wing
2020-03-25todo: Rename plugin to 'todo-comments'Teddy Wing
2020-03-25ftplugin/todo.vim: Highlight `todoUnimportant` as a light greyTeddy Wing
2020-03-24Update 'vim-twodo' to v0.1.1Teddy Wing
2020-03-24git-shortcuts: Move to the previous commit if on a "commit" lineTeddy Wing
2020-03-12ftplugin/go.vim: Add a mapping to open the alternate file in a splitTeddy Wing
2020-03-12todo: Add count support to TODO movement commandsTeddy Wing
2020-03-12todo: Silence mappingsTeddy Wing
2020-03-12todo: Add `<Plug>` mappingsTeddy Wing
2020-03-12todo: Add load guardTeddy Wing
2020-03-12todo: Move functions to autoloadTeddy Wing
2020-03-12Add 'todo' pluginTeddy Wing
2020-02-26vimrc: Add `<C-w>e` mapping to open the current buffer in a new tabTeddy Wing
2020-02-26vimrc: Add `<leader>cF` mapping to copy the absolute path of a fileTeddy Wing
2020-02-26projects/aodocs.vim: Use Firefox Nightly for :GoPlayTeddy Wing
2020-02-26vimrc: Turn off vim-go fmt on saveTeddy Wing
2020-02-26ftplugin/go.vim: Add mapping to show alternate fileTeddy Wing
2020-02-26vimrc: Turn off vim-go ftplugin definition mappingsTeddy Wing
2020-02-26ftplugin/go.vim: Enable the vim-go ftpluginTeddy Wing
2020-02-26vimrc: Turn off `gopls` in vim-goTeddy Wing
2020-02-12Update 'vim-go' to latest (b3c3b6585)Teddy Wing
2020-02-12Add 'searchop' pluginTeddy Wing
2020-02-12projects/aodocs.vim: Add `JiraOpen` commandTeddy Wing
2019-12-15Add 'nohai' pluginTeddy Wing
2019-12-13cmd-escape: Make the plugin code more robustTeddy Wing
2019-12-13Add 'cmd-escape' plugin ideaTeddy Wing