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:
parent
77892cda77
commit
f56bcce60f
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user