aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-09-25vimrc: Only turn on 'smoothscroll' if it's availableTeddy Wing
2023-09-25vimrc: Turn on 'smoothscroll'Teddy Wing
2023-08-09projects/aodocs.vim: Move 'wchat' plugin here and change file pathTeddy Wing
2023-08-03ftplugin/python.vim: Use consistent debugger mappingsTeddy Wing
2023-07-18ftplugin/ocaml.vim: Add `dune promote` bindingTeddy Wing
2023-07-18ftplugin/ocaml.vim: Add test bindingTeddy Wing
2023-07-18ftplugin/ocaml.vim: Add build and run mappingsTeddy Wing
2023-07-18ftplugin/ocaml.vim: Add indentation settingsTeddy Wing
2023-06-14git-blamer: Restore &wrap setting on closeTeddy Wing
2023-04-25ftplugin/java.vim: Set TComment commentstring to '// %s'Teddy Wing
2023-03-19insert-layout: Don't load in Vim <9Teddy Wing
2023-03-19insert-layout: Add comments for documentationTeddy Wing
2023-03-19insert-layout: Move functions to autoloadTeddy Wing
2023-03-19insert-layout: Remove old commented in-progress codeTeddy Wing
2023-03-19insert-layout: Error when 'xkbswitch' command not availableTeddy Wing
2023-03-19insert-layout: Don't remove autocmds in `InsertLayoutOn`Teddy Wing
2023-03-19insert-layout: Add completion to `InsertLayout` commandTeddy Wing
2023-03-19insert-layout: Add commands to turn insert layout on and offTeddy Wing
2023-03-19Add 'insert-layout' plugin ideaTeddy Wing
2023-03-09Add 'vim-mutt-aliases' pluginTeddy Wing
2022-11-09Add 'wchat' pluginTeddy Wing
2022-08-24vimrc: Turn off Vim-Go goimports on saveTeddy Wing
2022-08-20vimrc: Add `:Co` command, alias for `:Copy`Teddy Wing
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