aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-05-24projects/aodocs.vim: Set indentation in JavaScript and JSON filesTeddy Wing
2019-05-17diff-corrections: Don't load if the lambda feature isn't availableTeddy Wing
2019-05-17diff-corrections/plugin: Add load guardTeddy Wing
2019-05-17diff-corrections: Restore old 'cursorline' and Comment highlightTeddy Wing
2019-05-17ftplugin/go.vim: Add a mapping to run `goimports`Teddy Wing
2019-05-17ftplugin/gitcommit.vim: Turn on spell checking in Git commitsTeddy Wing
2019-05-17plugin/diff_corrections.vim: Increase 'tabpagemax' to 200Teddy Wing
2019-05-17ftplugin/go.vim: Add mapping to `:GoTestCompile`Teddy Wing
2019-05-17ftplugin/go.vim: Make `go run` mapping run root main packageTeddy Wing
2019-05-11diff-corrections: Move corrections to `autoload`Teddy Wing
2019-05-10Add 'diff-corrections' to adjust settings during diff modeTeddy Wing
2019-05-10Set `GoGuruScope` in AODocs UFO projectTeddy Wing
2019-05-10ftplugin/go.vim: Add a few mappings to Vim-GoTeddy Wing
2019-05-10vimrc: Include hidden files in the Pick listTeddy Wing
2019-05-10vimrc: Use long CLI options to `ag` in `g:pick_command`Teddy Wing
2019-05-08vimrc: Add next/previous shortcuts for the location listTeddy Wing
2019-05-08vimrc: Add basic 'vim-go' settingsTeddy Wing
2019-05-08Add 'vim-go' pluginTeddy Wing
2019-05-08Disable 'vim-golang' pluginTeddy Wing
2019-05-08Add 'vim-maildrop' pluginTeddy Wing
2019-05-04vimrc: Have Gundo use Python 3 when Vim is compiled with `+python3`Teddy Wing
2019-05-04vimrc: Use `.agignore` in Pick commandTeddy Wing
2019-05-04Add ftdetect/typescript.vimTeddy Wing
2018-12-13Update 'vim-grappele' to v0.1.0Teddy Wing
2018-12-13ftplugin/objc.vim: Switch alternates on <C-^>Teddy Wing
2018-12-13Add 'vim-fswitch' pluginTeddy Wing
2018-12-13Add 'tabular' pluginTeddy Wing
2018-11-24ftplugin/todo.vim: Don't change highlighting of non-todo filesTeddy Wing
2018-11-24Add ftplugin/dome_key.vimTeddy Wing
2018-11-24Add 'vim-dome-key' pluginTeddy Wing
2018-11-24Add ftplugin/make.vimTeddy Wing
2018-11-24Add ftplugin/objc{,pp}.vimTeddy Wing
2018-04-19Update 'vim-tabs-grep' to v1.0.0Teddy Wing
2018-04-08Add 'vim-tabs-grep' pluginTeddy Wing
2018-04-06github-url: Copy the URL to the clipboard in addition to printing itTeddy Wing
2018-04-06github-url: Add `--no-patch` to `git show` commandTeddy Wing
2018-04-06github-url: Move functions into `autoload`Teddy Wing
2018-04-06github-url: Get rid of useless `echo`Teddy Wing
2018-04-06github-url: Document functionsTeddy Wing
2018-04-06github-url: Don't add ending line to URL if it wasn't part of the rangeTeddy Wing
2018-04-06github-url: Add `<count>` to commandTeddy Wing
2018-04-06Add 'github-url' pluginTeddy Wing
2018-04-06vimrc: Add `z<C-]>` mappingTeddy Wing
2018-03-28git-blamer: Run `git show` on <Enter>Teddy Wing
2018-03-25git-blamer: Refocus original window when blamer buffer is closedTeddy Wing
2018-03-24git-blamer: Fix bug when `nowrap`Teddy Wing
2018-03-07git-blamer: Set `nowrap` on bufferTeddy Wing
2018-03-07git-blamer: Add `q` mapping to quit windowTeddy Wing
2018-03-07git-blamer: Use `syncbind` to aid horizontal line alignmentTeddy Wing
2018-03-07git-blamer: Use `cursor()` instead of `setpos()`Teddy Wing