diff options
| author | Thomas Schmucker <ts@its1.de> | 2023-06-02 22:46:50 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2023-06-02 22:46:50 +0200 |
| commit | 51071ae7d1a63451f6466f7e4ecff0c34ead5522 (patch) | |
| tree | 4dc9284e1189d33975722abe50caa8b156269007 /nvim/plugins.vim | |
| parent | 36718d77a7d6e1e28cc26b640ba999f901b6fe56 (diff) | |
| download | dotfiles-51071ae7d1a63451f6466f7e4ecff0c34ead5522.tar.gz dotfiles-51071ae7d1a63451f6466f7e4ecff0c34ead5522.tar.bz2 dotfiles-51071ae7d1a63451f6466f7e4ecff0c34ead5522.zip | |
Tippfehler
Diffstat (limited to 'nvim/plugins.vim')
| -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' |
