Add correct naming for require
This commit is contained in:
parent
f5d288f64b
commit
902001697b
|
|
@ -1,5 +1,7 @@
|
||||||
local M = {}
|
local M = {}
|
||||||
|
|
||||||
|
local Extension_Map = require"SpecSwitcher.ExtensionMap"
|
||||||
|
|
||||||
local Config = {
|
local Config = {
|
||||||
test = "hallo"
|
test = "hallo"
|
||||||
}
|
}
|
||||||
|
|
@ -15,7 +17,7 @@ function M.setup(opts)
|
||||||
Config[k] = v
|
Config[k] = v
|
||||||
end
|
end
|
||||||
|
|
||||||
local mapping = require("ExtensionMap"):new()
|
local mapping = Extension_Map:new()
|
||||||
|
|
||||||
mapping:add("c", {"h", "H", "hh", "HH"})
|
mapping:add("c", {"h", "H", "hh", "HH"})
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user