From 464ce8906cd8ccbddbb61b7ca4a5aa4c38400f3c Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Mon, 22 Sep 2025 16:40:14 -0400 Subject: [PATCH] fix(test): require the state --- lua/cp/init.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/cp/init.lua b/lua/cp/init.lua index 513d580..3ce9e66 100644 --- a/lua/cp/init.lua +++ b/lua/cp/init.lua @@ -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)