Commit graph

61 commits

Author SHA1 Message Date
13f64ccbe4 Vim help on current word 2015-03-13 11:06:05 +01:00
f072b5507e Man page browsing 2015-03-13 11:05:31 +01:00
2722a5cad0 NERDTree bookmarks in data directory 2015-03-13 10:50:58 +01:00
c764242b63 Read modelines from local files
Read modelines from files when there's a local configuration directory
and the files are under the local configuration's root
2015-03-13 10:42:15 +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
1970042823 Autochdir support 2015-03-09 21:44:10 +01:00
6b72cbb51c Removed useless "keys" directory 2015-03-09 21:21:02 +01:00
911c1cde00 Added type-specific configuration stuff 2015-03-09 21:18:05 +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
76b6688dbc More timeout settings 2015-03-09 17:32:22 +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
1a94743262 Removed useless stuff in DoNeoBundleCheck 2015-03-09 08:49:05 +01:00
3376d3093c Initial NeoBundle updated + pre-conf re-ordering 2015-03-09 08:48:00 +01:00
96d61267cc NeoBundle: update/install shortcuts 2015-03-08 17:11:47 +01:00
aa23209289 So, actually, we need that timeout. 2015-03-08 15:47:28 +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
29bb260417 Local config: don't add suppress.* files to list 2015-03-08 14:58:07 +01:00
cecf48ba67 Neobundle: always call post-source hooks 2015-03-08 14:55:37 +01:00
9b08205807 Key sequences changes
* Define leader keys in pre-configuration, so they can be used in
NeoBundle mappings
* Disable timeouts on key sequences.
2015-03-08 10:28:48 +01:00
6f12abde67 Added Vim-Airline configuration 2015-03-08 09:00:17 +01:00
864ec3b152 Added general buffers configuration and mappings 2015-03-08 09:00:04 +01:00
099a3b3645 Added delay for key sequences 2015-03-08 08:58:03 +01:00
6ae0539653 Added paste mode toggle 2015-03-07 17:45:02 +01:00
3a2e8c8502 Added "remember last edited line" stuff 2015-03-07 17:36:32 +01:00
dd2664e32b Support for various runtime files
* viminfo
* backups
* swap files
* undo files
2015-03-07 17:18:36 +01:00
aa04692c7d More imports from old configuration 2015-03-02 18:20:55 +01:00
d6f121f28f Starting port of old configuration
Also, documenting it as I go. Especially keyboard shortcuts.
2015-03-02 17:58:40 +01:00
1e5a2de57a Removed debugging trace 2015-02-24 00:17:00 +01:00
34f84c9155 Re-organised configuration files 2015-02-23 22:11:15 +01:00
2d7eff306a Added plug-in: gundo.vim
* Lazy-loaded
* Mapped to <leader>u
2015-02-23 18:28:49 +01:00
a793a414ac NeoBundles: use merged config to load plugins 2015-02-23 18:19:12 +01:00
f873e9e979 Local config: load merged lists of config files
GetConfigFiles function can be used to generate a list of files, merged
from both the main configuration directory and the local configuration
directory. The local configuration directory is also able to suppress
files from the main configuration if necessary.
2015-02-23 18:18:09 +01:00
ec2cb87d63 NeoBundle: local plugin configuration support 2015-02-23 11:15:27 +01:00
711dc8275d Local config: function to find a specific file
Allows main configuration files to be overridden or suppressed by the
local configuration.
2015-02-23 11:14:19 +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
cffaa22eaf Local configuration signing support
* Detects saving local configuration using :w and warns about
signatures.
* SaveAndSign command that will sign the file if it is a local
configuration file (other files will be unaffected)
* SignConfig command re-signs the active local configuration
2015-02-23 10:31:54 +01:00
7970f863ee Set runtime path when signed .vim.local is found 2015-02-23 08:37:26 +01:00
6366ba9d24 Bundles installer made into a function 2015-02-23 08:35:09 +01:00