mirror of
https://github.com/hexedtech/codemp-nvim.git
synced 2024-11-22 15:34:53 +01:00
chore: renamed to codemp_lua
This commit is contained in:
parent
f3c629237c
commit
e0fe8d0e24
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
return {
|
return {
|
||||||
load = function ()
|
load = function ()
|
||||||
return require("codemp.native")
|
return require("codemp_lua")
|
||||||
end
|
end
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue