summaryrefslogtreecommitdiffstats
path: root/vim
Commit message (Collapse)AuthorAgeFilesLines
...
* use zathura and synctex for latex editingJesse Luehrs2018-05-201-20/+52
|
* set terraform_fmt_on_save globallyJesse Luehrs2018-05-071-1/+0
| | | | the terraform plugin currently requires this
* re-add terraform vim pluginJesse Luehrs2018-05-071-0/+0
| | | | | polyglot strips out all plugin directories, which here includes the functionality to run terraform fmt on save
* update pluginsJesse Luehrs2018-05-079-0/+0
|
* replace a bunch of individual filetype plugins with vim-polyglotJesse Luehrs2018-03-267-0/+0
|
* update some other pluginsJesse Luehrs2018-03-086-0/+0
|
* remove the vader vim pluginJesse Luehrs2018-03-082-1/+0
|
* update textobjJesse Luehrs2018-03-081-0/+0
|
* update textobjJesse Luehrs2018-03-081-0/+0
|
* bump vim pluginsJesse Luehrs2018-03-082-0/+0
|
* move autobrace to its own repositoryJesse Luehrs2018-03-082-141/+0
|
* move diff-changes to its own repositoryJesse Luehrs2018-03-082-70/+0
|
* move history sync to its own external repositoryJesse Luehrs2018-03-082-78/+0
|
* don't add empty history linesJesse Luehrs2018-03-081-2/+4
|
* disable perl syntax foldingJesse Luehrs2018-03-031-0/+1
|
* update pluginsJesse Luehrs2018-03-035-0/+0
|
* fix pdf viewing in evince in my latex pluginJesse Luehrs2018-03-031-1/+1
|
* use a separate swap dir for vimJesse Luehrs2018-03-031-0/+6
|
* update pluginsJesse Luehrs2018-02-246-0/+0
|
* update pluginsJesse Luehrs2018-02-1411-0/+0
|
* switch to the fzf vim pluginJesse Luehrs2018-02-143-0/+0
|
* update pluginsJesse Luehrs2017-11-068-0/+0
|
* don't autoalign => in puppetJesse Luehrs2017-11-051-0/+1
|
* fix folds when entering and leaving the diff modeJesse Luehrs2017-11-051-3/+5
|
* remove one extra <Del>Jesse Luehrs2017-11-041-1/+1
|
* cr mappings should fire based on the closing char being nextJesse Luehrs2017-11-041-5/+5
| | | | not the opening character being previous
* clean up the rainbow_paren plugin a bitJesse Luehrs2017-11-041-12/+8
|
* restore the old rainbow paren pluginJesse Luehrs2017-11-042-0/+100
| | | | the new one is too complicated and breaks too many things
* add vader plugin for vim testsJesse Luehrs2017-10-312-0/+1
|
* i think this tab override is probably a bit too opinionatedJesse Luehrs2017-10-311-6/+0
| | | | not sure how it interacts with things like supertab and whatnot
* disable syntax-based indent for perlJesse Luehrs2017-10-301-0/+2
| | | | rainbow parens breaks it
* fix collapsing braces when there's more than one extra lineJesse Luehrs2017-10-291-1/+1
|
* only go into insert mode for empty gitcommit buffersJesse Luehrs2017-10-291-1/+5
|
* i should just use the bazel filetype plugin that comes with vimJesse Luehrs2017-10-291-0/+0
|
* update pluginsJesse Luehrs2017-10-296-0/+0
|
* add editorconfig pluginJesse Luehrs2017-10-291-0/+0
|
* a few more tweaks for xs filesJesse Luehrs2017-10-291-0/+9
|
* i don't use irssi anymore, and weechat's log format isn't compatibleJesse Luehrs2017-10-292-68/+0
|
* automatically start in insert mode for gitcommit messagesJesse Luehrs2017-10-291-0/+4
|
* switch to a more maintained rainbow parens pluginJesse Luehrs2017-10-292-100/+0
|
* split out my settings into a plugin tooJesse Luehrs2017-10-293-0/+156
|
* pull a bunch of self-contained things out of my vimrcJesse Luehrs2017-10-297-0/+374
|
* more vim scopingJesse Luehrs2017-10-295-20/+21
| | | | | this fixes, at least, using the Help function directly before opening denite for the first time (since `modifiable` was leaking through)
* clean up the help overrides stuff a bitJesse Luehrs2017-10-293-11/+12
|
* use ri and pydoc for K in ruby and pythonJesse Luehrs2017-10-273-2/+18
|
* reorganizeJesse Luehrs2017-10-2718-0/+1
|
* don't save viminfo data at all for gitcommit buffersJesse Luehrs2017-10-271-0/+1
|
* set the correct commentstring for terraformJesse Luehrs2017-10-261-0/+1
|
* move filetype-specific configuration into ftpluginsJesse Luehrs2017-10-246-0/+20
| | | | | (and ftdetect/syntax as appropriate). also just remove some configuration that i don't care about anymore.
* clean up some ftpluginsJesse Luehrs2017-10-245-48/+21
|