mirror of
https://github.com/hexedtech/codemp-nvim.git
synced 2024-11-22 07:24:52 +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 {
|
||||
load = function ()
|
||||
return require("codemp.native")
|
||||
return require("codemp_lua")
|
||||
end
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue