fix: setup just changes config

so its not really needed
This commit is contained in:
əlemi 2024-09-13 23:46:59 +02:00
parent 51d65eab3d
commit 8a12b109ff
Signed by: alemi
GPG key ID: A4895B84D311642C

View file

@ -12,6 +12,9 @@ if CODEMP == nil then
},
setup = function (opts)
CODEMP.config = vim.tbl_extend('force', CODEMP.config, opts)
end
}
end
if CODEMP.native == nil then
CODEMP.native = require('codemp.loader').load() -- make sure we can load the native library correctly, otherwise no point going forward
@ -54,9 +57,4 @@ if CODEMP == nil then
end
return CODEMP
end,
}
end
return CODEMP