1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 13:00:04 +08:00

fix(a.lua): fix undifinded value fn

This commit is contained in:
wsdjeg 2022-07-03 15:29:16 +08:00
parent 77892cda77
commit f56bcce60f

View File

@ -15,6 +15,7 @@ local sp_file = require('spacevim.api').import('file')
local sp_opt = require('spacevim.opt')
local sp_json = require('spacevim.api').import('data.json')
local logger = require('spacevim.logger').derive('a.vim')
local fn = vim.fn or require('spacevim').fn
local alternate_conf = {}
alternate_conf['_'] = '.project_alt.json'