diff options
| author | christianchiarulli <[email protected]> | 2021-07-09 23:03:07 -0400 | 
|---|---|---|
| committer | christianchiarulli <[email protected]> | 2021-07-09 23:03:07 -0400 | 
| commit | 25b3334ba32732028c18eb4bb58bf4f19c96cc8a (patch) | |
| tree | 531df4a3224c276ab2e37a2a8be9f755c8fb943c /lua | |
| parent | b347c46455f8c67f12c3abe22094bddd65d9fd93 (diff) | |
don't use custom plugin path yet
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/plugins.lua | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lua/plugins.lua b/lua/plugins.lua index 6b4eb868..1fb28095 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -14,7 +14,7 @@ if not packer_ok then  end  packer.init { -  package_root = require("packer.util").join_paths(vim.fn.stdpath "data", "lvim", "pack"), +  -- package_root = require("packer.util").join_paths(vim.fn.stdpath "data", "lvim", "pack"),    git = { clone_timeout = 300 },    display = {      open_fn = function() | 
