summaryrefslogtreecommitdiffstats
path: root/vimrc
Commit message (Collapse)AuthorAgeFilesLines
* make .pp refer to puppet, not pascalJesse Luehrs2021-03-271-1/+1
|
* also disable polyglot autoindentJesse Luehrs2021-03-081-1/+1
|
* never use thisJesse Luehrs2021-03-081-4/+0
|
* use S instead of F11 for spell checkingJesse Luehrs2021-03-081-3/+2
| | | | since i don't really have F keys anymore
* get rid of neosnippetJesse Luehrs2021-03-081-29/+0
|
* none of this config needs to be setJesse Luehrs2021-03-081-6/+1
|
* remove outdated commentJesse Luehrs2021-03-011-1/+0
|
* disable vim-sensibleJesse Luehrs2021-03-011-1/+1
| | | | | polyglot started using it, for some reason? and it changes a bunch of config in annoying ways
* try switching to ripgrepJesse Luehrs2019-10-091-5/+5
|
* disable the csv filetype pluginJesse Luehrs2019-08-311-0/+1
| | | | it's pretty obnoxious
* syntax highlighting improvements for goJesse Luehrs2019-07-261-0/+6
|
* polyglot and ale already include terraform supportJesse Luehrs2019-07-081-3/+0
|
* fiddle around with vim colors a bitJesse Luehrs2019-07-081-1/+4
|
* prefer xdg basedir specification directoriesJesse Luehrs2018-11-161-1/+1
|
* move vim's netrw data files out of ~/.vimJesse Luehrs2018-10-291-0/+6
|
* restore my vim colorschemeJesse Luehrs2018-05-201-0/+1
| | | | no idea where this was dropped, or why it changed all of a sudden
* set terraform_fmt_on_save globallyJesse Luehrs2018-05-071-0/+3
| | | | the terraform plugin currently requires this
* update textobjJesse Luehrs2018-03-081-4/+4
|
* move autobrace to its own repositoryJesse Luehrs2018-03-081-0/+1
|
* move diff-changes to its own repositoryJesse Luehrs2018-03-081-0/+5
|
* move history sync to its own external repositoryJesse Luehrs2018-03-081-0/+1
|
* fix :Ag for queries with colons in themJesse Luehrs2018-03-061-1/+1
|
* better fzf handling for git reposJesse Luehrs2018-03-051-1/+9
|
* make ag only search file contentsJesse Luehrs2018-02-161-2/+3
| | | | | otherwise it matching against the entire line, which included the filename, line number, etc
* only default to including the preview in wide terminalsJesse Luehrs2018-02-161-1/+6
|
* switch to the fzf vim pluginJesse Luehrs2018-02-141-21/+15
|
* use rainbow brackets tooJesse Luehrs2017-11-041-0/+1
|
* clean up the rainbow_paren plugin a bitJesse Luehrs2017-11-041-7/+0
|
* restore the old rainbow paren pluginJesse Luehrs2017-11-041-19/+10
| | | | the new one is too complicated and breaks too many things
* i think this tab override is probably a bit too opinionatedJesse Luehrs2017-10-311-0/+7
| | | | not sure how it interacts with things like supertab and whatnot
* switch to a more maintained rainbow parens pluginJesse Luehrs2017-10-291-10/+19
|
* load matchit like a normal pluginJesse Luehrs2017-10-291-1/+3
|
* remove some startify configuration i think i don't care aboutJesse Luehrs2017-10-291-17/+2
|
* split out my settings into a plugin tooJesse Luehrs2017-10-291-107/+25
|
* pull a bunch of self-contained things out of my vimrcJesse Luehrs2017-10-291-333/+2
|
* handle extra whitespace betterJesse Luehrs2017-10-291-1/+1
|
* better handling of backspacing inside brackets after pressing enterJesse Luehrs2017-10-291-0/+29
|
* keep the line source in orderJesse Luehrs2017-10-291-0/+1
|
* more vim scopingJesse Luehrs2017-10-291-6/+9
| | | | | this fixes, at least, using the Help function directly before opening denite for the first time (since `modifiable` was leaking through)
* fix help function visual modeJesse Luehrs2017-10-291-2/+1
|
* clean up the help overrides stuff a bitJesse Luehrs2017-10-291-8/+0
|
* don't go through ^R unless we're actually going to do somethingJesse Luehrs2017-10-291-14/+6
| | | | | the transition alters some of vim's editing state, such as whether a backspace should erase a single space or a full tab width of space.
* stop manually moving the cursor aroundJesse Luehrs2017-10-291-36/+13
| | | | | | | | | it looks like vim is super buggy with how this interacts with undo (it seems to just corrupt even previous entries in the undo tree, somehow?). this makes undo work again, but doesn't fix `.`, because all of these <Esc> commands start new actions (it's odd that actions and undo blocks aren't the same here, honestly), but i think i might be able to work around that in a similar way to repeat.vim.
* simplifyJesse Luehrs2017-10-291-14/+28
|
* make enter work more cleanlyJesse Luehrs2017-10-291-1/+16
| | | | having a separate map for (<CR> can time out, and delays screen updating
* simplifyJesse Luehrs2017-10-291-27/+6
|
* also remove matching parens, even if there is whitespace betweenJesse Luehrs2017-10-291-0/+47
|
* remove quotes in pairs if they are emptyJesse Luehrs2017-10-291-0/+20
|
* more reorganizationJesse Luehrs2017-10-291-6/+4
|
* this should also be a pluginJesse Luehrs2017-10-271-28/+28
|