mirror of
https://github.com/hexedtech/codemp-nvim.git
synced 2024-11-22 15:34:53 +01:00
chore: doesnt return anything
This commit is contained in:
parent
e0fe8d0e24
commit
fb706706dd
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ vim.loop.new_thread({}, function()
|
||||||
end
|
end
|
||||||
end)
|
end)
|
||||||
|
|
||||||
local command = require('codemp.command')
|
require('codemp.command')
|
||||||
|
|
||||||
return {
|
return {
|
||||||
native = native,
|
native = native,
|
||||||
|
|
Loading…
Reference in a new issue