mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-23 17:49:57 +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_opt = require('spacevim.opt')
|
||||||
local sp_json = require('spacevim.api').import('data.json')
|
local sp_json = require('spacevim.api').import('data.json')
|
||||||
local logger = require('spacevim.logger').derive('a.vim')
|
local logger = require('spacevim.logger').derive('a.vim')
|
||||||
|
local fn = vim.fn or require('spacevim').fn
|
||||||
|
|
||||||
local alternate_conf = {}
|
local alternate_conf = {}
|
||||||
alternate_conf['_'] = '.project_alt.json'
|
alternate_conf['_'] = '.project_alt.json'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user