Commit graph

14 commits

Author SHA1 Message Date
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
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
291d58c9a8 Support for local bundles installation 2015-02-23 08:33:14 +01:00
3b0cc6b26a Local configuration loader 2015-02-23 08:31:54 +01:00
a58647d888 Various basic options added
* UI behaviour
* Default wildignore
* Edition options
2015-02-22 19:01:45 +01:00
4fe08b0316 Colours configuration 2015-02-22 17:49:41 +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
bd749b79d0 Load Neobundle, configure it, configure plugins 2015-02-22 16:18:12 +01:00
30eb46849b Added signature support (based on OpenSSL) 2015-02-22 14:46:04 +01:00
f3505375bf Variable data directory handling 2015-02-22 14:44:48 +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