aboutsummaryrefslogtreecommitdiff
path: root/nvim/plugins.vim
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2023-06-02 22:46:50 +0200
committerThomas Schmucker <ts@its1.de>2023-06-02 22:46:50 +0200
commit51071ae7d1a63451f6466f7e4ecff0c34ead5522 (patch)
tree4dc9284e1189d33975722abe50caa8b156269007 /nvim/plugins.vim
parent36718d77a7d6e1e28cc26b640ba999f901b6fe56 (diff)
downloaddotfiles-51071ae7d1a63451f6466f7e4ecff0c34ead5522.tar.gz
dotfiles-51071ae7d1a63451f6466f7e4ecff0c34ead5522.tar.bz2
dotfiles-51071ae7d1a63451f6466f7e4ecff0c34ead5522.zip
Tippfehler
Diffstat (limited to 'nvim/plugins.vim')
-rw-r--r--nvim/plugins.vim2
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
2let data_dir = has('nvim') ? stdpath('data') . '/site' : '~/.vim' 2let data_dir = has('nvim') ? stdpath('data') . '/site' : '~/.vim'
3if empty(glob(data_dir . '/autoload/plug.vim')) 3if 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'