Commit graph

47 commits

Author SHA1 Message Date
4bf3c29e5e Fugitive - Don't use deprecated commands 2020-12-04 23:44:18 +01:00
de95477978 Improving Git support 2020-12-04 23:04:57 +01:00
7a908c6f9c Test running support using <F10><F11><F12> 2020-12-04 11:18:37 +01:00
d0aae775d0 vim-lsp-settings - Python settings 2020-12-03 00:10:20 +01:00
fd9ca401c4 Use vim-lsp-settings instead of manual config 2020-12-02 21:37:41 +01:00
1623b2a3e8 Bundles - add vim-go 2020-12-02 21:16:23 +01:00
a4a87df17d Various changes related to language support 2020-10-23 13:46:47 +02:00
d62762ab22 NerdTree - Update config after new version requires it 2020-10-06 14:47:29 +02:00
b11b27ca03 Disabled vimmake for now, the github repo is gone 2020-05-13 10:46:01 +02:00
927d80105f Added Jinja2 syntax 2020-05-07 12:40:49 +02:00
2092e78930 Improved language server client config 2019-09-30 23:10:32 +02:00
00feff296f Disabled YouCompleteMe 2019-09-30 22:06:13 +02:00
d93f13e22c Correction plugin en double 2019-09-30 22:05:28 +02:00
b14dcbdb6e Various new plugins and related configuration
Mostly stuff I end up using all the time (YCM, vimmake) and some new
plugins meant to be used with rust (rust, vim-lsp, vim-toml)
2018-03-12 21:52:46 +01:00
db3029d7a8 More C++ syntax highlighting? Well why not. 2017-11-22 22:29:09 +01:00
615b47a436 Merge from private repo 2017-11-22 21:56:56 +01:00
084a6aa34f Changed URL for syntastic 2017-11-22 21:53:07 +01:00
c6eeafedac Use Undotree instead of Gundo
The former doesn't require Python
2017-11-22 21:51:17 +01:00
cfc0e4f28f Removed tag bar 2017-07-07 11:01:44 +02:00
f578f77f7a Replaced Gundo with Undotree 2017-07-07 10:11:29 +02:00
362b0304ac Use gitv for git history 2016-12-19 20:43:27 +01:00
f3334ef6c8 Removed neocomplete 2016-12-18 11:02:50 +01:00
cf193a6a99 Changed source for the NERDtree git plugin 2015-05-03 23:53:42 +02:00
edd160a289 Don't call ReadBookmarks
It's unnecessary, plus it causes errors.
2015-03-14 14:21:20 +01:00
13aa38add2 Use actual data path for NERDTree bookmarks 2015-03-13 12:10:23 +01:00
2722a5cad0 NERDTree bookmarks in data directory 2015-03-13 10:50:58 +01:00
fb3d9b8dba Removed branch from vimproc's loader 2015-03-11 08:15:25 +01:00
4ccd440c66 Added syntastic-glsl-drv plugin 2015-03-11 08:14:32 +01:00
a2e40efe0c Javascript syntax plugin 2015-03-09 21:07:25 +01:00
00ed0be9d9 Vimproc: use Shougo's version now that the bug is fixed 2015-03-09 20:47:12 +01:00
e800ee2a82 Added JSON and GLSL support plugins 2015-03-09 20:36:34 +01:00
f805f76c94 Added NeoComplete plugin 2015-03-09 20:13:51 +01:00
b8c386ab79 Changed Syntastic shortcuts to avoid timeout problems 2015-03-09 17:38:51 +01:00
94055a095f Added syntastic plugin 2015-03-09 12:30:48 +01:00
bb3b634ed8 Added vim-fugitive and vim-gitgutter 2015-03-09 12:00:11 +01:00
7450d476a1 Added NERDTree-Git plugin 2015-03-09 09:53:16 +01:00
035419eda8 Added NERDtree plugin 2015-03-09 09:25:21 +01:00
f562aae441 Tagbar: additional config
* Additional detection for makefiles
* Open automatically in some cases
2015-03-09 09:21:31 +01:00
91771083b5 Added Tagbar plugin 2015-03-09 08:56:09 +01:00
81f9422738 Load CtrlP before Airline 2015-03-08 15:44:02 +01:00
d3986719c5 CtrlP plug-in added 2015-03-08 15:18:34 +01:00
523e6472b7 vim-airline: minor configuration file changes
Mostly, reordering + making stuff explicit
2015-03-08 15:00:23 +01:00
6f12abde67 Added Vim-Airline configuration 2015-03-08 09:00:17 +01:00
2d7eff306a Added plug-in: gundo.vim
* Lazy-loaded
* Mapped to <leader>u
2015-02-23 18:28:49 +01:00
d0bce224cd Use my own branch for vimproc.vim
It fixes a Linux DLL problem, and my patch hasn't been accepted yet.
2015-02-23 10:33:06 +01:00
49b97afd6a NeoBundle uses runtime directory
* Initial version included here as submodule
* Use version from g:vim_vardata/bundles otherwise
* This avoids polluting the configuration directory with bundles
2015-02-22 17:25:10 +01:00
7f891225ab Initial version
* Allows custom VIM configuration directory through VIM_HOME
* Loads NeoBundle
* Various directories created, they'll be used later
2015-02-22 10:37:39 +01:00