feat: add more bugs

This commit is contained in:
JuanZoran
2023-01-09 23:20:56 +08:00
parent 67c6ffa989
commit ff36cfd549
17 changed files with 497 additions and 465 deletions

View File

@ -11,7 +11,7 @@ local dict = db:open(path)
-- INFO :Auto Close
vim.api.nvim_create_autocmd('VimLeavePre', {
group = require("Trans.conf.base").autogroup,
group = require("Trans").augroup,
callback = function()
if db:isopen() then
db:close()
@ -19,7 +19,6 @@ vim.api.nvim_create_autocmd('VimLeavePre', {
end
})
local query_field = {
'word',
'phonetic',