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