diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-06-07 21:27:45 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-06-07 21:27:45 +0800 |
commit | 680e6c9848a6e5f43ccce11561ec98839822bdea (patch) | |
tree | 829e587428002e9fdd3f82364c39490d2c3f0c24 /script/provider/spell.lua | |
parent | 5762f1bdc412a128489f0ad27124193fedfb13e9 (diff) | |
download | lua-language-server-680e6c9848a6e5f43ccce11561ec98839822bdea.zip |
cleanup
Diffstat (limited to 'script/provider/spell.lua')
-rw-r--r-- | script/provider/spell.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/script/provider/spell.lua b/script/provider/spell.lua index 60efc223..3909ddd2 100644 --- a/script/provider/spell.lua +++ b/script/provider/spell.lua @@ -7,6 +7,7 @@ local fs = require 'bee.filesystem' local config = require 'config' local diagnostics = require 'provider.diagnostic' local pformatting = require 'provider.formatting' +local util = require 'utility' local m = {} |