aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2022-04-24plugin/go.vim: Disable 'vim-go' in Vim < 7.4Teddy Wing
2022-03-07ftplugin/go.vim: Add 'formatoptions' for comment leadersTeddy Wing
2021-11-15Update 'vim-twodo' to v0.2.0Teddy Wing
2021-11-15ftplugin/todo.vim: Add `<Space>` as an additional LeaderTeddy Wing
2021-10-06projects/aodocs.vim: Make `s:TodoCopyLast()` work for second entryTeddy Wing
2021-10-06Create 'date' pluginTeddy Wing
2021-10-06Add 'vim-git-todo' pluginTeddy Wing
2021-09-21ftplugin/mail.vim: Add bindings to add and remove the 'a' format optionTeddy Wing
2021-09-21vimrc: Add `<C-w>N` to open a new empty buffer in a vertical splitTeddy Wing
2021-09-05Add 'mpvim' plugin @ 513c455d5a902fff2b38edf86abc15c36688bf85Teddy Wing
2021-08-29projects/aodocs.vim: Use the current date in new TODO entryTeddy Wing
2021-07-18ftplugin/objc.vim: Switch to tab indentation in Objective-CTeddy Wing
2021-03-20ftplugin/lisp.vim: Activate the built-in Lisp ftpluginTeddy Wing
2021-02-19ftplugin/lisp.vim: Set <LocalLeader> to <Space>Teddy Wing
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