diff options
Diffstat (limited to 'nvim')
| -rw-r--r-- | nvim/plugins.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nvim/plugins.vim b/nvim/plugins.vim index ddae50e..f88d959 100644 --- a/nvim/plugins.vim +++ b/nvim/plugins.vim | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | " automatische Installation vom vim-plug | 1 | " automatische Installation von vim-plug |
| 2 | let data_dir = has('nvim') ? stdpath('data') . '/site' : '~/.vim' | 2 | let data_dir = has('nvim') ? stdpath('data') . '/site' : '~/.vim' |
| 3 | if empty(glob(data_dir . '/autoload/plug.vim')) | 3 | if empty(glob(data_dir . '/autoload/plug.vim')) |
| 4 | silent execute '!curl -fLo '.data_dir.'/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim' | 4 | silent execute '!curl -fLo '.data_dir.'/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim' |
