소스 검색

use vim for packer compile path

Chris 4 년 전
부모
커밋
6f44077836
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      lua/plugins.lua

+ 1 - 0
lua/plugins.lua

@@ -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
   },