mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-05 10:35:03 +02:00
use vim for packer compile path
This commit is contained in:
parent
a237de4a7c
commit
6f44077836
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ end
|
|||
|
||||
packer.init {
|
||||
-- compile_path = vim.fn.stdpath('data')..'/site/pack/loader/start/packer.nvim/plugin/packer_compiled.vim',
|
||||
compile_path = require("packer.util").join_paths(vim.fn.stdpath('config'), 'plugin', 'packer_compiled.vim'),
|
||||
git = {
|
||||
clone_timeout = 300
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue