Commit graph

117 commits

Author SHA1 Message Date
Kevin MacMartin
bca53bfe64 Remove ttagecho_vim as I don't think I ever actually ended up using it 2023-02-06 13:28:46 -05:00
Kevin MacMartin
be29297b13 Add vimpager to the list of plugins in the README 2023-02-06 13:17:59 -05:00
Kevin MacMartin
d4a829d414 Use the main config for vimpager, and pull vimpager directly into the project rather than requiring it to be separately installed 2023-02-06 12:42:14 -05:00
Kevin MacMartin
fc844a3428 Reverse the scroll direction for holding modifiers and scrolling to match other applications 2022-06-08 14:12:50 -04:00
Kevin MacMartin
0fd7fee967 Add note about shift being available for horizontal scrolling to the readme 2022-06-08 13:57:11 -04:00
Kevin MacMartin
1a387d2a98 Use indent-based folding and remove FastFold 2022-04-19 13:55:53 -04:00
Kevin MacMartin
0edca2bc27 Replace easytags with gutentags 2022-04-15 14:23:23 -04:00
Kevin MacMartin
c8e845b3c7 Fix up the keybindings for the location list, remove a bunch of unnecessary/unused bindings, remove vim-extradite (which no longer seems to be maintained and isn't compatible with the latest fugitive) and attempt to recreate it to an extent using vim-fugitive directly 2022-04-15 01:04:33 -04:00
Kevin MacMartin
ad7c92dcc9 Remove goyo (I wasn't really using it) 2022-04-14 00:47:28 -04:00
Kevin MacMartin
6eabd0fe0d Remove vim-fixkey as it breaks things in more places than it fixes them (installing it per system seems to make more sense) 2022-01-24 16:00:59 -05:00
Kevin MacMartin
a1fa4f5388 Switch back to the tap349 fork of vim-extradite as this one doesn't include the diffs from all the files from a given commit 2020-12-13 20:40:03 -05:00
Kevin MacMartin
7dc4a48a2c Remove vim-scrollstatus (it wasn't what I was hoping it would be 2020-11-30 15:56:33 -05:00
Kevin MacMartin
2eb91d7fca Add a little scroll status bar to lightline 2020-11-26 12:57:21 -05:00
Kevin MacMartin
c71e04e385 Delete autoswap.vim as this doesn't work in tmux where I use vim the most 2020-11-19 16:50:54 -05:00
Kevin MacMartin
c5c126ad12 Remove rename.vim as I never actually used this 2020-11-19 16:49:56 -05:00
Kevin MacMartin
11ed8af270 Remove patchreview as I never actually used this 2020-11-19 16:49:33 -05:00
Kevin MacMartin
3b7c48e0c8 Replace the tap349 vim-extradite fork with the original now that it supports the latest fugitive 2020-11-19 16:46:18 -05:00
Kevin MacMartin
00e0718252 Remove emmet as it's really not appropriate as a global plugin 2020-11-19 16:35:44 -05:00
Kevin MacMartin
b830622667 Remove cosco as I never actually used it, and fix the link to the darkcloud polyglot fork 2020-11-19 16:17:31 -05:00
Kevin MacMartin
948add4516 Move python to optional dependencies since the vimrc is smart enough to disable those plugins when they aren't being used, add the msgpack requirement for deoplete, and don't load deoplete if msgpack isn't available 2020-02-28 00:16:49 -05:00
Kevin MacMartin
6ba3ace330 Remove gundo (which no longer works) 2020-01-30 00:14:57 -05:00
Kevin MacMartin
c1830ac8be Rename vim-extradite to vim-extradite-tap349 so we aren't conflicting with the old repo 2019-03-25 17:39:21 -04:00
Kevin MacMartin
f7d5677f28 Update to tap349's fork of vim-extradite and finally update vim-fugitive now that extradite supports the updated version 2019-03-25 17:35:04 -04:00
Kevin MacMartin
af979973bc Never auto-start the filer (I realized every deployment had that workflow disabled) 2019-03-21 16:28:08 -04:00
Kevin MacMartin
c82dc114cf Use https for the imgur links in the README 2019-03-08 01:38:45 -05:00
Kevin MacMartin
8861aa289f Open the ale error list by hitting leader twice instead of on error, and always show the gutter when ale is enabled to avoid having the window jump around as errors appear and disappear 2018-03-13 22:50:50 -04:00
Kevin MacMartin
5343c44763 Replace neocomplete with deoplete 2018-03-13 15:38:03 -04:00
Kevin MacMartin
e8413330cf Update the dependencies section to reflect the use of ale in place of syntastic 2018-03-13 11:56:49 -04:00
Kevin MacMartin
662af8c9e2 Replace syntastic with ale in the README 2018-03-13 11:55:43 -04:00
Kevin MacMartin
ae8ba0a227 Replace syntastic with ale 2018-03-13 11:32:04 -04:00
Kevin MacMartin
c9fd2f8a21 Fix F3/F4 confusion in README 2018-03-13 10:36:20 -04:00
Kevin MacMartin
c45dd5a8dd Remove comment about vim 7.3 and below from the readme 2018-03-11 20:10:00 -04:00
Kevin MacMartin
f9ffbe4e5a Update submodules and remove vim-bookmarks 2018-03-11 20:08:14 -04:00
Kevin MacMartin
26259e4252 Add the splitjoin plugin 2017-11-22 17:24:13 -05:00
Kevin MacMartin
384549b348 Add cosco.vim to add semicolons or commas to the end of the line based on the lines around it, and hook it up to ;; as a shortcut 2017-11-22 14:42:33 -05:00
Kevin MacMartin
b5b0e57f64 Add the editorconfig-vim plugin 2017-11-08 14:34:23 -05:00
Kevin MacMartin
55c93f0940 Also disable gundo.vim if python support is missing, and add a note about the requirement on Lua for neocomplete.vim to the readme 2017-02-12 19:14:14 -05:00
Kevin MacMartin
4374e1155d Update submodules, clean up the update, specify the need for coretutils (for the timeout command), and allow the use of gtimeout in the update script on OSX 2016-09-29 11:46:56 -04:00
Kevin MacMartin
463cb0680e Update neocomplcache to neocomplete, add FastFold to help with folds and improve the add/delete-submodule scripts 2016-03-22 12:04:00 -04:00
Kevin MacMartin
33089160ad Remove vim-autoformat 2016-02-16 13:33:42 -05:00
Kevin MacMartin
7cb1fe0d99 Add note about vimpager compatibility being for 1.x 2015-07-29 15:19:56 -04:00
Kevin MacMartin
2ce5734277 Update screenshot to reflect current look and feel 2015-03-10 07:37:02 -04:00
Kevin MacMartin
6e1862f7b1 Tweak sidebar keys again and remove cursor column for the tagbar 2015-03-10 07:27:53 -04:00
Kevin MacMartin
2f82c4fc84 Change sidebars to F9-F12 and use the same mappings for Ctrl/Alt+F-Keys 2015-02-27 05:46:46 -05:00
Kevin MacMartin
646d18bd4c add leader+bracket toggles for sidebars and play with placement/touchup 2014-12-01 08:46:34 -05:00
Kevin MacMartin
f170b77156 Improve organization of colorscheme definitions + add/configure vim-bookmarks 2014-10-28 15:33:37 -04:00
Kevin MacMartin
cdf56f34a0 Add the rename.vim plugin 2014-10-28 14:34:49 -04:00
Kevin MacMartin
7ae3effa06 Added new submodule vim-unimpaired 2014-10-27 14:39:47 -04:00
Kevin MacMartin
8b3a41b5a5 conceal current line in normal mode for vimpager + tweak README 2014-10-26 11:13:07 -04:00
Kevin MacMartin
7bb3c32e3b Tons of mapping issues fixed, re-add mkd table fmt, tweak keys+settings 2014-10-22 03:41:50 -04:00