aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/options.lua
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2016-04-25 23:07:51 -0400
committerJames McCoy <jamessan@jamessan.com>2016-07-08 01:38:16 -0400
commite902a172ef1a58e93eeae0919bddb3578a2142a2 (patch)
treee470a251718addb6dd89657a3ddcd38de461252a /src/nvim/options.lua
parent6cee9d1a17177f4ccdf34283c6ed3ffaa98b32cc (diff)
downloadrneovim-e902a172ef1a58e93eeae0919bddb3578a2142a2.tar.gz
rneovim-e902a172ef1a58e93eeae0919bddb3578a2142a2.tar.bz2
rneovim-e902a172ef1a58e93eeae0919bddb3578a2142a2.zip
vim-patch:7.4.1384
Problem: It is not easy to use a set of plugins and their dependencies. Solution: Add packages, ":loadopt", 'packpath'. https://github.com/vim/vim/commit/f6fee0e2d4341c0c2f5339c1268e5877fafd07cf
Diffstat (limited to 'src/nvim/options.lua')
-rw-r--r--src/nvim/options.lua10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/nvim/options.lua b/src/nvim/options.lua
index 218e34f595..d19af4f73f 100644
--- a/src/nvim/options.lua
+++ b/src/nvim/options.lua
@@ -1640,6 +1640,16 @@ return {
defaults={if_true={vi=""}}
},
{
+ full_name='packpath', abbreviation='pp',
+ type='string', list='onecomma', scope={'global'},
+ deny_duplicates=true,
+ secure=true,
+ vi_def=true,
+ expand=true,
+ varname='p_pp',
+ defaults={if_true={vi=''}}
+ },
+ {
full_name='paragraphs', abbreviation='para',
type='string', scope={'global'},
vi_def=true,