Commit Graph

90 Commits

Author SHA1 Message Date
Thomas Gideon 3f9644f3be Switch to ripgrep 2018-02-21 18:37:53 -05:00
Thomas Gideon f58dde7a81 Improve auto formatting 2018-01-19 16:40:04 -05:00
Thomas Gideon 420dee4934 Use an autoformat plugin for everything. 2018-01-16 14:21:05 -05:00
Thomas Gideon b4163b14de Add rls 2018-01-04 12:58:23 -05:00
Thomas Gideon bf221f4d06 Add rust ft plugin, enabling fmt on save 2018-01-02 12:41:55 -05:00
Thomas Gideon e97e04f9e7 Fix plugin name 2018-01-02 12:41:19 -05:00
Thomas Gideon e6a1ab93c4 Add groovy support 2017-11-09 12:04:33 -05:00
Thomas Gideon dca0931bec Fix Gbrowse 2017-10-19 13:08:51 -04:00
Thomas Gideon 6b04e433eb Switch to plug, clean out less used plugins 2017-10-19 11:42:06 -04:00
Thomas Gideon 43ced12463 Switch to fzf instead of unite 2017-10-19 11:21:31 -04:00
Thomas Gideon ddba0ae363 Fix gundo on newer versions on Python 2017-09-11 11:49:24 -04:00
Thomas Gideon fc811c92d8 Configure racer 2017-09-09 13:02:44 -04:00
Thomas Gideon fae908697a Fix typo 2017-09-09 12:51:47 -04:00
Thomas Gideon bebda12dd9 Ignore rust compiled artifacts. 2017-09-09 12:51:35 -04:00
Thomas Gideon 79c7960158 Tweak height to better fit other monitors 2017-06-25 10:40:35 -04:00
Thomas Gideon 05033c36e1 Add explicit format settings for jsonnet 2017-06-21 15:48:29 -04:00
Thomas Gideon 76f186c4ab Fix cursorline adjustment 2017-06-13 10:50:45 -04:00
Thomas Gideon 913393516b Merge branch 'master' of github.com:commandline/vimrc 2017-06-02 17:01:43 -04:00
Thomas Gideon 1ae862d15d Make cursorline higher contrast with slate scheme 2017-06-02 17:00:48 -04:00
Thomas Gideon 176cde4746 Make default size a little easier to work with 2017-06-02 17:00:22 -04:00
Thomas Gideon 3253658ca7 Clean up, change colors 2017-05-31 17:25:54 -04:00
Thomas Gideon 87ff34ae81 Merge branch 'master' of github.com:commandline/vimrc 2017-05-25 12:08:41 -04:00
Thomas Gideon 1b83bb4760 Clean up gui settings 2017-05-25 12:07:45 -04:00
Thomas Gideon 0d19f11db7 Disable resize, pick less exhuasting colorscheme 2017-02-06 11:06:23 -05:00
Thomas Gideon 667be21ba6 Add jsonnet support, for reasons, don't worry about it. 2016-05-25 12:54:22 -04:00
Thomas Gideon c207f8926f Add zoom plugin 2016-05-10 12:34:40 -04:00
Thomas Gideon f20f242250 Limite width re-sizing for text to Mac, flaky on Linux right now. 2015-11-16 13:23:29 -05:00
Thomas Gideon da6a9756fc Set default maz width, disable menu, toolbar 2015-11-16 13:22:55 -05:00
Thomas Gideon 4b653500f9 Add new plugin for multiple cursors. 2015-10-31 11:28:44 -04:00
Thomas Gideon c1912e784c Add support for Rust's build tool and package manager. 2015-10-28 18:01:13 -04:00
Thomas Gideon 4581f50b3b Add support for Rust 2015-10-28 12:53:46 -04:00
Thomas Gideon 31e63b9aa8 Add a few other bindings 2015-10-14 15:09:24 -04:00
Thomas Gideon 922ff312bc Hack to set list again after something sets nolist
The main vimrc sets list but opening a buffer with filetype javascript (and
maybe others) is nolist. Maybe the syntax support is overriding??
2015-10-13 23:00:13 -04:00
Thomas Gideon 7efce3bc47 Add a clarifying comment 2015-10-13 22:49:55 -04:00
Thomas Gideon a606022dd6 Break up config, add other improvements. 2015-10-13 22:48:33 -04:00
Thomas Gideon 73c84169ff Add more refinements. 2015-10-13 21:35:19 -04:00
Thomas Gideon e148ba3363 Removed a language I don't use so much any more. 2015-10-13 15:07:04 -04:00
Thomas Gideon 8f97a029d4 Always prefer a tabstop setting of 4
vim-sleuth is great but guesses/enforces a tabstop of 8, setting it here doesn't
interfere with vim-sleuth's guessing but sets my preferred value.
2015-10-13 15:00:01 -04:00
Thomas Gideon 1337b5ea3a Move project specifics into global file. 2015-10-13 14:54:28 -04:00
Thomas Gideon adade266db Add a reminder of a manual postinstall for a plugin. 2015-10-13 13:54:09 -04:00
Thomas Gideon bf2cda093d Remove OS specific path 2015-10-13 11:36:37 -04:00
Thomas Gideon 436b72034f Add global ignore for ag
Even though ag can use .gitignore, there are some holes, for one the .git
directory itself. Also, the pattern matching between each seems slightly off so
in some projects, what git ignores, ag still finds. This is a superset to act as
a backstop so I don't have to invade each project's .gitignore with entries just
for ag.
2015-10-13 11:31:47 -04:00
Thomas Gideon ebc629a4f4 Improve mappings.
Refine some existing ones, finally add one for unite.
2015-10-13 11:30:15 -04:00
Thomas Gideon 8883655174 Expand comments.
Trying to make sure everything is understood and documented
2015-10-13 11:29:49 -04:00
Thomas Gideon 235e083573 Add a leader key 2015-10-13 11:29:03 -04:00
Thomas Gideon bc02252c0c Add support plugin for unite, new plugin for space/tab handling. 2015-10-13 11:28:41 -04:00
Thomas Gideon a8e46bc898 Switch code search plugins. 2015-10-13 11:28:06 -04:00
Thomas Gideon b1ecbeaf8c Fix plugin name. 2015-10-13 11:26:42 -04:00
Thomas Gideon 0026b030e5 Add a few more useful plugins. 2015-10-12 16:56:16 -04:00
Thomas Gideon ede3b539dc Change to more typical settings from actual usage. 2015-10-06 13:39:28 -04:00