Commit Graph

  • 75261eb20a Add saving and loading of plug snapshots ViViDboarder 2021-08-24 09:15:25 -0700
  • 41ef5dc30f Simplify plugin config ViViDboarder 2021-08-24 09:15:07 -0700
  • eca03d227c Update go fixers to use ale ViViDboarder 2021-08-24 09:14:01 -0700
  • 1dbde430c2 Upgrade python packages and add pyls-black ViViDboarder 2021-07-26 16:37:54 -0700
  • 1dc2a9d34d Add Docker builds ViViDboarder 2021-06-13 18:34:13 -0700
  • f18eba7148 Use clippy when linting rust files ViViDboarder 2021-06-13 18:31:30 -0700
  • 9dd7947823 Update build platforms ViViDboarder 2021-06-13 18:31:14 -0700
  • 19d082d26d Add support for running in a Docker image ViViDboarder 2021-06-09 10:23:48 -0700
  • 0a7865275f Better detection of sh when bash is present ViViDboarder 2021-06-09 10:22:53 -0700
  • ba11b4e68e Update setup script to allow partial setups ViViDboarder 2021-06-09 10:22:27 -0700
  • 2a1b012ee9 Fix indentation on lang server installs ViViDboarder 2021-06-09 10:19:03 -0700
  • 4e49d8b2d1 Move go fmt on safe to ale config ViViDboarder 2021-04-30 11:27:39 -0700
  • 2b60626ed3 Only set background color if it's changing ViViDboarder 2021-04-30 11:26:06 -0700
  • 88f5da156e Use bash as vim shell if available ViViDboarder 2021-04-30 11:25:35 -0700
  • 302d5816dd Detect ansible playbooks based on path ViViDboarder 2021-01-13 09:22:06 -0800
  • 9384d9b0c6 Replace gometalinter with golangci-lint ViViDboarder 2021-01-13 09:21:04 -0800
  • fd8c3e8a75 Add spell auto complete from normal mode ViViDboarder 2021-01-13 09:20:28 -0800
  • 703f9d02b2 Update python linting ViViDboarder 2020-11-04 22:13:05 -0800
  • 724860a098 Fix markdown file comment ViViDboarder 2020-11-04 22:12:23 -0800
  • 844c00809f Fix snapshot loading and update plugins ViViDboarder 2020-10-23 13:52:12 -0700
  • 2d05d62bd5 Add SimpylFold for python folding ViViDboarder 2020-10-23 13:51:24 -0700
  • dedd400ccf Update indenting lists in markdown ViViDboarder 2020-10-23 13:48:43 -0700
  • d2717e751d Add trailing comma when wrapping Go functions ViViDboarder 2020-04-07 09:47:22 -0700
  • c8f77b1b3b Dramatically simplify python plugins ViViDboarder 2020-02-21 17:11:08 -0800
  • f50cdda385 Clean plugins rc a bit ViViDboarder 2020-02-21 17:09:00 -0800
  • 90b505bb34 Improve autocomplete a bit ViViDboarder 2020-02-21 17:07:50 -0800
  • 1d0cf22333 Make default shell sh rather than bash ViViDboarder 2020-02-21 17:03:16 -0800
  • e085795b92 Clean up plugins further slim-vim ViViDboarder 2020-02-05 10:17:32 -0800
  • 9397bdafbd Fix echo when failing to install black on Py2 ViViDboarder 2019-12-30 11:06:13 -0800
  • 0ac1019486 Update language server install to fix pip and add rustfmt ViViDboarder 2019-11-20 15:19:14 -0800
  • acf484c4bd Make cover some edge cases of vim ViViDboarder 2019-11-02 00:19:22 +0000
  • 4b4c141ee5 Refactor colorscheme settings to better support GUI ViViDboarder 2019-11-01 15:07:29 -0700
  • 348d2fabc6 Add support for rg FZF search through file text ViViDboarder 2019-11-01 15:07:19 -0700
  • 54d9793902 Add shortcut for ALEFix ViViDboarder 2019-11-01 15:06:54 -0700
  • 8b23380279 Update markdown indentation ViViDboarder 2019-11-01 15:06:11 -0700
  • 36eb348b43 Formatting for install-ls.sh ViViDboarder 2019-10-29 17:33:14 -0700
  • 808804d0ac Add command for easy spelling ViViDboarder 2019-10-29 16:35:54 -0700
  • 2c3d439df4 Update target for installing lang servers, linters, fixers ViViDboarder 2019-10-29 14:55:44 -0700
  • 970d43a694 Remove neomake and syntastic ViViDboarder 2019-10-29 12:34:50 -0700
  • ba6ea9e84b Prettify README.md using new linters/fixers ViViDboarder 2019-10-29 12:33:29 -0700
  • cf9a69eede Install and configure new text linters ViViDboarder 2019-10-29 12:33:08 -0700
  • 6d67d84fc5 Update fixers and sort linters ViViDboarder 2019-10-28 16:30:34 -0700
  • 53209bff90 Update YAML indent ViViDboarder 2019-10-28 09:20:25 -0700
  • 1e7156d172 Add fixer for markdown to trim trailing whitespace ViViDboarder 2019-10-24 16:22:46 -0700
  • e9bd22b73c Update pre-commit versions ViViDboarder 2019-10-24 14:29:16 -0700
  • 5fdc11ff93 Update hook installation ViViDboarder 2019-10-24 14:16:01 -0700
  • 51bbd2dcef Add plugin snapshots to make setup more predictable ViViDboarder 2019-10-24 14:13:20 -0700
  • 8d0b6c26fe Catch error on first load where colorscheme may be missing ViViDboarder 2019-10-24 14:12:44 -0700
  • c16f793fb8 Pass lint ViViDboarder 2019-10-24 13:58:45 -0700
  • 4cf4f83897 Add some ft settings for fish files ViViDboarder 2019-10-24 13:47:56 -0700
  • 556b8baeae Remove unused rc files ViViDboarder 2019-10-24 13:47:40 -0700
  • ad7da3997d Merge branch 'master' into slim-vim ViViDboarder 2019-10-24 13:28:19 -0700
  • bc1ac5ff71 Improve vint compliance ViViDboarder 2019-10-24 13:27:01 -0700
  • f2a766d1e6 Add pre-commit to run vint ViViDboarder 2019-10-24 12:35:49 -0700
  • 6a51d76881 WIP: Switch to ALE with a few LS setup ViViDboarder 2019-10-24 12:40:10 -0700
  • 2b6b13fcda Add pre-commit to run vint ViViDboarder 2019-10-24 12:35:49 -0700
  • 16d6dd2ce5 Update IDE like features to be behind variable toggles ViViDboarder 2019-10-21 16:27:34 -0700
  • 57e5f83dc8 Update init to be more useful ViViDboarder 2019-10-21 16:26:35 -0700
  • e08135fe1f Update colorschemes to a better layout ViViDboarder 2019-10-21 16:00:11 -0700
  • 62c65e5d73 Add rg to ctrlp configs ViViDboarder 2019-10-21 15:58:04 -0700
  • 2a07143e43 Move vimproc to neocomplcache init ViViDboarder 2019-10-21 15:53:11 -0700
  • fbab69f00e Remove neoterm ViViDboarder 2019-10-21 15:51:18 -0700
  • aa0686208b Add back equivalent async TagsUpdate command with Gutentags ViViDboarder 2019-10-21 15:50:10 -0700
  • fde09749bf Add vim8 terminal commands in addition to existing neovim ViViDboarder 2019-10-21 15:49:49 -0700
  • cb1ff9c78a Remove vim-dispatch ViViDboarder 2019-10-21 10:58:25 -0700
  • 382c3bf129 Update Grepper for better searching ViViDboarder 2019-10-21 10:50:19 -0700
  • b2c84bf38f Consolidate init rc files ViViDboarder 2019-10-21 10:49:27 -0700
  • 9e4dfcafce Make .gitignore work better with Ag ViViDboarder 2019-10-21 10:40:13 -0700
  • 2955787cf2 WIP: Add a buncha TODOs ViViDboarder 2019-10-16 09:49:04 -0700
  • 42d33b9f48 Ignore /vim/view/ ViViDboarder 2019-10-16 09:25:48 -0700
  • 33d10de22c New version of zen command to enable or disable limelight zen-prose ViViDboarder 2019-10-16 09:25:02 -0700
  • 4e437e9f59 Add auto switching vim colors based on macOS theme ViViDboarder 2019-10-16 09:24:17 -0700
  • b79938f0be Add function and command for setting colorscheme based on dark mode dark_mode ViViDboarder 2019-07-02 17:08:17 -0700
  • a5fad0152b Add rust swift and typescript ViViDboarder 2019-04-11 13:04:32 -0700
  • f329bc8e27 Show git authors in FZF commits ViViDboarder 2018-06-13 13:19:42 -0700
  • 78b781b859 Oni support ViViDboarder 2018-06-13 13:19:22 -0700
  • a0684794e9 Consolidate keymapping ViViDboarder 2018-06-13 13:18:21 -0700
  • da8a4a5d57 Increase goyo width ViViDboarder 2017-11-17 18:11:06 -0800
  • fe330eecf7 Update makefile to handle updates ViViDboarder 2017-11-13 19:28:07 -0800
  • b4b6db5191 Drop buffet for CtrlP and FZF ViViDboarder 2017-11-13 19:05:26 -0800
  • e541c7f90c Only load ctrlp if fzf command is missing ViViDboarder 2017-11-13 19:03:12 -0800
  • 6269785d63 Change maps from CtrlP to FZF ViViDboarder 2017-10-25 12:59:05 -0700
  • 3b4c328032 Add gotags to FZFBTags s/ctrlp/fzf ViViDboarder 2017-10-25 23:29:20 -0700
  • e57861168f Change maps from CtrlP to FZF ViViDboarder 2017-10-25 12:59:05 -0700
  • 6e2ff67d48 Trim airline size ViViDboarder 2017-11-01 14:28:26 -0700
  • b899f3f379 Improve colorscheme and gui detection ViViDboarder 2017-11-01 14:27:30 -0700
  • 8f93dd590d Fix deoplete preview window closing ViViDboarder 2017-10-31 18:30:57 -0700
  • 729a912244 Lazy load everything! ViViDboarder 2017-10-27 17:59:36 -0700
  • 1ab61dcbf7 Supress vimgo warning for lower vim versions ViViDboarder 2017-11-08 13:55:33 -0800
  • 09c2e48b7f Move airline plugins into airline file ViViDboarder 2017-11-08 13:55:30 -0800
  • 843e531fda Add neomake makers for pytest and tox ViViDboarder 2017-11-08 13:55:28 -0800
  • c530562b12 Add tox and tig commands for Neovim with Neoterm ViViDboarder 2017-11-08 13:55:26 -0800
  • ba6c42657a Try deoplete before neocomplete ViViDboarder 2017-11-08 13:55:23 -0800
  • 08844a251e Add smartsource for init.rc.vim ViViDboarder 2017-11-08 13:55:13 -0800
  • c3774255ad Use Neomake instead of Syntastic on vim8+ ViViDboarder 2017-10-25 10:45:15 -0700
  • a869f13c7f Add update script ViViDboarder 2017-10-25 10:40:07 -0700
  • 2061f3b219 Fix deoplete completion ViViDboarder 2017-10-25 10:30:08 -0700
  • 6cb6db86bc Update neomake url ViViDboarder 2017-10-24 20:50:38 -0700
  • 63f04cc857 Remove incsearch for now and remeove some busted python stuff ViViDboarder 2017-08-23 11:34:33 -0700
  • fbf0df53f7 Make vim-scripts explicit ViViDboarder 2017-05-30 17:01:51 -0700