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 c325fde commit 0541528Copy full SHA for 0541528
lua/plug/config.lua
@@ -10,7 +10,7 @@ local M = {}
10
M.bundle_dir = vim.fn.stdpath('data') .. '/bundle_dir'
11
M.raw_plugin_dir = vim.fn.stdpath('data') .. '/bundle_dir/raw_plugin'
12
M.max_processes = 5
13
-M.base_url = 'https://github.com/'
+M.base_url = 'https://github.com'
14
M.ui = 'default'
15
M.clone_depth = '1'
16
M.enable_priority = false
0 commit comments