From f23353ef7fab8fe2386c49a0631bf9d13ff284d1 Mon Sep 17 00:00:00 2001 From: Mark Trolley Date: Sun, 30 Jun 2024 12:09:44 -0400 Subject: [PATCH] Update vim.md Change branch from `master` to `main`. --- src/pages/advanced/vim.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/advanced/vim.md b/src/pages/advanced/vim.md index 2a1699d..0abf758 100644 --- a/src/pages/advanced/vim.md +++ b/src/pages/advanced/vim.md @@ -28,7 +28,7 @@ Add the following to your `~/.vimrc`: let data_dir = expand('~/.vim') if empty(glob(data_dir . '/autoload/blink.vim')) call mkdir(expand(data_dir."/autoload"),"p") - silent execute '!curl -fLo ' . data_dir . '/autoload/blink.vim --create-dirs https://raw.githubusercontent.com/rrgeorge/vim-blink/master/blink.vim' + silent execute '!curl -fLo ' . data_dir . '/autoload/blink.vim --create-dirs https://raw.githubusercontent.com/rrgeorge/vim-blink/main/blink.vim' endif let g:blink_path=~/.vim/pack/blink