aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2022-08-20Update 'vim-go' to latest (b524371788bcdd87215c6e59ca4b2853553077a4)Teddy Wing
2022-06-28vimrc: Add `m,` mapping to save sessionTeddy Wing
2022-06-01vimrc: Disable context.vim by defaultTeddy Wing
2022-06-01vimrc: Add `yp` mapping to paste from the "0 registerTeddy Wing
2022-06-01Add 'context.vim' pluginTeddy Wing
2022-05-26macports-checksums: Add `b:undo_ftplugin`Teddy Wing
2022-05-26Add 'macports-checksums' pluginTeddy Wing
2022-05-26vimrc: Remove Slimv settingsTeddy Wing
2022-05-26vimrc: Don't let Paredit change filetype plugin and indent settingsTeddy Wing
2022-05-24Add 'paredit' pluginTeddy Wing
2022-05-22godoc: Clear `goRawString` syntax groupTeddy Wing
2022-05-22ftplugin/go.vim#s:GoDoc: Start at the top of the documentationTeddy Wing
2022-05-22ftplugin/go.vim#s:GoDoc: Change filetype to 'godoc'Teddy Wing
2022-05-22ftplugin/go.vim#s:GoDoc: Remove unnecessary `|` in Ex commandsTeddy Wing
2022-05-11Add 'godoc' pluginTeddy Wing
2022-05-07Update 'vlime' to latest (3205f02306314ab8cfc9034cf72097891c923e9d)Teddy Wing
2022-05-05ftplugin/go.vim: Allow `:GoDoc` to work with `<cword>`Teddy Wing
2022-05-05ftplugin/go.vim: Add `GoDoc` commandTeddy Wing
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