fix(test): require the state
This commit is contained in:
parent
7352189339
commit
464ce8906c
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ local logger = require('cp.log')
|
|||
local problem = require('cp.problem')
|
||||
local scrape = require('cp.scrape')
|
||||
local snippets = require('cp.snippets')
|
||||
local state = require('cp.state')
|
||||
|
||||
if not vim.fn.has('nvim-0.10.0') then
|
||||
logger.log('[cp.nvim]: requires nvim-0.10.0+', vim.log.levels.ERROR)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue