Commit graph

37 commits

Author SHA1 Message Date
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 1ae862d15d Make cursorline higher contrast with slate scheme 2017-06-02 17:00:48 -04:00
Thomas Gideon 3253658ca7 Clean up, change colors 2017-05-31 17:25:54 -04:00
Thomas Gideon 0d19f11db7 Disable resize, pick less exhuasting colorscheme 2017-02-06 11:06:23 -05: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 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 bf2cda093d Remove OS specific path 2015-10-13 11:36:37 -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 4195943011 Swap to eslint. 2015-10-06 13:38:12 -04:00
Thomas Gideon 4809e7ce6b Swap scheme back with note. 2015-04-29 14:39:52 -04:00
Thomas Gideon a5b3fb4a12 Move color scheme, breaks in Linux term with similar coloring. 2015-04-27 16:52:13 -04:00
Thomas Gideon 45959e320a Start customizing for plain text. 2015-04-20 14:17:24 -04:00
Thomas Gideon 8a32329873 Limit the open function to Mac. 2015-04-17 17:46:35 -04:00
Thomas Gideon c4e839289c Nice function to open external tools. 2015-04-17 14:52:17 -04:00
Thomas Gideon b519bdd0ad Map a few more useful toggles. 2015-04-15 15:52:13 -04:00
Thomas Gideon 9193871f4d Use solarized everywhere. 2015-04-15 15:49:46 -04:00
Thomas Gideon 6ac67267ce Enable display of buffers. 2015-04-13 13:21:14 -04:00
Thomas Gideon 3dea2ba707 Add markdown specific settings. 2015-04-10 11:49:00 -04:00
Thomas Gideon 11e624be5a More improvements. 2015-04-01 11:13:36 -04:00
Thomas Gideon 75b122e303 Swap keys to line up better, left to right, with split positions. 2015-03-30 11:22:45 -04:00
Thomas Gideon bdcc34b61b Move plugins so other settings are grouped together. 2015-03-30 11:21:15 -04:00
Thomas Gideon 927679b2df Move font settings into shared vimrc, noting it requires a terminal with a patched font set. 2015-03-30 11:19:35 -04:00
Thomas Gideon 4d14ba77da Comnfigure new plugin, tweak jsx support, and make pasting code samples saner. 2015-03-27 11:27:36 -04:00
Thomas Gideon faeed65553 Pick up a few more tweaks, comment more exhaustively. 2015-03-27 11:06:56 -04:00
Thomas Gideon 817b5c81c4 Add javascript specific config.
Currently syntax folding does nothing, change to indent for now.
2015-03-26 16:20:34 -04:00
Thomas Gideon 2f3fe3b782 Try out airline. 2015-03-26 14:35:36 -04:00
Thomas Gideon 231f737ebf Pull in some settings that were previously project specific.
Finding the list characters more generally useful as well as the bindings to
toggle the plugins that do useful things in splits.
2015-03-26 12:40:27 -04:00
Thomas Gideon ce56db4cf4 Break up vimrc into files for specific purposes.
Add some logic to work with a local, non-version controlled rc file whose only
job is to configure where the local git repo is and source in those separate
files without killing the current working directory from which vim was launched,
in case there is a project specific .vimrc as well.
2015-03-20 13:16:03 -04:00