Commit Graph

50 Commits

Author SHA1 Message Date
ViViDboarder 7739ba5579 Remove pyls and replace it with pyright for Vim Ale 2023-07-20 11:32:57 -07:00
ViViDboarder 36853b6b2f Fix fugitive commands 2022-05-10 12:06:07 -07:00
ViViDboarder f18eba7148 Use clippy when linting rust files 2021-06-13 18:31:30 -07:00
ViViDboarder 4e49d8b2d1 Move go fmt on safe to ale config
Also move Ale config to a dedicated file
2021-04-30 11:27:39 -07:00
ViViDboarder 2d05d62bd5 Add SimpylFold for python folding 2020-10-23 13:51:24 -07:00
ViViDboarder c8f77b1b3b Dramatically simplify python plugins
This does take away a little functionality, but doesn't seem so bad
right now
2020-02-21 17:11:08 -08:00
ViViDboarder f50cdda385 Clean plugins rc a bit
Reorganize things
2020-02-21 17:09:42 -08:00
ViViDboarder e085795b92 Clean up plugins further
Switch most languages to vim-polyglot
2020-02-05 10:22:03 -08:00
ViViDboarder 348d2fabc6 Add support for rg FZF search through file text 2019-11-01 15:07:19 -07:00
ViViDboarder 970d43a694 Remove neomake and syntastic 2019-10-29 12:34:50 -07:00
ViViDboarder c16f793fb8 Pass lint 2019-10-24 13:58:45 -07:00
ViViDboarder 556b8baeae Remove unused rc files 2019-10-24 13:47:40 -07:00
ViViDboarder 6a51d76881 WIP: Switch to ALE with a few LS setup 2019-10-24 12:40:10 -07:00
ViViDboarder 16d6dd2ce5 Update IDE like features to be behind variable toggles
Also get's rid of neocomplete in favor of deoplete for vim8 as well and
neocomplecache as a fallback
2019-10-21 16:27:34 -07:00
ViViDboarder 62c65e5d73 Add rg to ctrlp configs 2019-10-21 15:58:04 -07:00
ViViDboarder 2a07143e43 Move vimproc to neocomplcache init
This is the only thing it's used for really

I think all that depend on this are now gone
2019-10-21 15:55:02 -07:00
ViViDboarder cb1ff9c78a Remove vim-dispatch
This isn't really needed as Gutentags can update tags async and other
build and linting tools like ALE or coc.nvim will do async.
2019-10-21 10:58:25 -07:00
ViViDboarder 382c3bf129 Update Grepper for better searching 2019-10-21 10:50:19 -07:00
ViViDboarder 2955787cf2 WIP: Add a buncha TODOs 2019-10-16 09:49:04 -07:00
ViViDboarder a5fad0152b Add rust swift and typescript 2019-04-11 13:04:32 -07:00
ViViDboarder f329bc8e27 Show git authors in FZF commits 2018-06-13 13:19:42 -07:00
ViViDboarder da8a4a5d57 Increase goyo width 2017-11-17 18:11:06 -08:00
ViViDboarder b4b6db5191 Drop buffet for CtrlP and FZF
Fixes #7
2017-11-13 19:05:26 -08:00
ViViDboarder 6269785d63 Change maps from CtrlP to FZF
Set up FZF bindings if ctrlp not loaded
2017-11-08 16:23:04 -08:00
ViViDboarder 6e2ff67d48 Trim airline size 2017-11-08 16:10:27 -08:00
ViViDboarder 8f93dd590d Fix deoplete preview window closing 2017-11-08 16:10:27 -08:00
ViViDboarder 729a912244 Lazy load everything! 2017-11-08 16:10:11 -08:00
ViViDboarder 09c2e48b7f Move airline plugins into airline file 2017-11-08 13:55:30 -08:00
ViViDboarder 843e531fda Add neomake makers for pytest and tox 2017-11-08 13:55:28 -08:00
ViViDboarder 2061f3b219 Fix deoplete completion 2017-10-25 10:30:12 -07:00
ViViDboarder 6cb6db86bc Update neomake url 2017-10-24 20:50:38 -07:00
ViViDboarder a51e3655a2 Improve deoplete and python loading 2017-05-30 14:10:55 -07:00
ViViDboarder 58a1a42b3d Add shortcut for Zen 2017-01-23 12:32:17 -08:00
ViViDboarder 9867116073 Add Ag command back 2017-01-23 12:30:17 -08:00
ViViDboarder 4f41d766a8 Big cleanup of plugin config to make it more straightforward
Also added Goyo
2017-01-05 17:25:54 -08:00
ViViDboarder 89404652c9 Update python-mode settings 2016-11-15 09:28:30 -08:00
ViViDboarder e0f5eb2044 Clean up plugin file 2016-11-15 09:25:41 -08:00
ViViDboarder 7646ca8993 Add fzf.vim and mappings for vim-go
Also add back commented out tmuxline so it can be toggled on certain machines
2016-11-15 09:16:03 -08:00
ViViDboarder 60383b6a09 Small cleaning of plugins 2016-11-15 09:14:57 -08:00
ViViDboarder 37d3411a64 Less lag when searching ctrlp 2016-05-03 11:42:58 -07:00
ViViDboarder 61f9c512f5 Massive CtrlP improvements 2016-03-24 12:14:39 -07:00
ViViDboarder 72e12c5ee3 Add deoplete configuration 2015-12-15 17:58:03 -08:00
ViViDboarder 8dce970b22 Ag cleanup 2015-10-28 10:51:47 -07:00
ViViDboarder ae0e8892d5 Reorder startify screen 2015-08-17 19:25:55 -07:00
ViViDboarder 179ccc8e96 Startupify and cleanup 2015-08-13 22:43:20 -07:00
ViViDboarder c5f6717f15 More Omni Patterns 2015-08-13 15:27:58 -07:00
ViViDboarder c5dd824c5f Fix up neocomplete/neocomplcache 2015-06-18 09:27:57 -07:00
ViViDboarder ba490aa7b7 Move some of the more complicated plugin settings to their own rcs 2015-04-28 12:01:33 -07:00
ViViDboarder 8ff7681f09 Neovim updates 2015-03-26 17:45:03 -07:00
ViViDboarder 92d7a08690 More dark vim! 2015-03-26 10:09:26 -07:00