Thomas 2 years ago
parent
commit
d1bcc8a942
1 changed files with 3 additions and 0 deletions
  1. 3 0
      lua/cspell/helpers.lua

+ 3 - 0
lua/cspell/helpers.lua

@@ -1,6 +1,9 @@
 local Path = require("plenary.path")
 local uv = vim.loop
 
+local context_manager = require("plenary.context_manager")
+local with = context_manager.with
+local open = context_manager.open
 local M = {}
 
 local CSPELL_CONFIG_FILES = {