We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 468b93f commit d65f092Copy full SHA for d65f092
vimrc
@@ -76,7 +76,7 @@ Plugin 'arcticicestudio/nord-vim'
76
" This will clone down the entire vimrc repo, which includes some top-level
77
" documentation.
78
" The plugin itself will wind up in bundle/vimrc/bundle/vim-plugin-for-drupal.
79
-Plugin 'git://drupalcode.org/project/vimrc.git', {'rtp': 'bundle/vim-plugin-for-drupal'}
+Plugin 'https://git.drupalcode.org/project/vimrc.git', {'rtp': 'bundle/vim-plugin-for-drupal'}
80
81
" My personal libraries.
82
Plugin 'kmcculloch/vim-cabbrevplus'
0 commit comments