aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-02-19Add ftdetect/lisp.vimTeddy Wing
2021-01-26Add ftdetect/objc.vimTeddy Wing
2021-01-26Add ftplugin/lisp.vimTeddy Wing
2021-01-26Add 'vlime' pluginTeddy Wing
2021-01-26Remove 'slimv' pluginTeddy Wing
2021-01-26git-blamer: Add `-M` flag to `git-blame` callTeddy Wing
2020-10-27vimrc: Make the `<leader>p` command repeatableTeddy Wing
2020-10-21Add 'buffer-delete' pluginTeddy Wing
2020-10-21vimrc: Turn off `g:go_code_completion_enabled`Teddy Wing
2020-10-21vimrc: Make the `gS` command repeatableTeddy Wing
2020-10-13vimrc: Replace `t` cabbrev with `T` command aliasTeddy Wing
2020-10-04Update 'vim-grappele' to v0.3.0Teddy Wing
2020-10-04ftplugin/vim.vim: Activate the built-in Vim ftpluginTeddy Wing
2020-10-04ftplugin/typescript.vim: Make `gf` open `index.ts` if path is directoryTeddy Wing
2020-09-28vimrc: Add `<leader>db` mapping to open files with TBuffer using PickTeddy Wing
2020-09-23projects/aodocs.vim: Add `htodo` abbreviation to insert JSDoc TODOTeddy Wing
2020-09-22vimrc: Add i_^r^f mapping to insert the current filenameTeddy Wing
2020-09-18plugin/abbreviations.vim: Add cabbrevs for T-prefixed commandsTeddy Wing
2020-09-13vimrc: Set a fixed tall quickfix window height for vim-goTeddy Wing
2020-09-07projects/aodocs.vim: Use camel case for Go struct tagsTeddy Wing
2020-09-07ftplugin/go.vim: Run shell tests with verbose flagTeddy Wing
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