We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9039450 commit db4b71aCopy full SHA for db4b71a
.gitmodules
@@ -258,3 +258,6 @@
258
[submodule "addons/qsys/module"]
259
path = addons/qsys/module
260
url = https://github.com/alvaroyurrita/Q-SYS-Addon-for-LuaLS
261
+[submodule "addons/osm2pgsql/module"]
262
+ path = addons/osm2pgsql/module
263
+ url = https://github.com/FreemapSlovakia/osm2pgsql-lua-definitions
addons/osm2pgsql/info.json
@@ -0,0 +1,8 @@
1
+{
2
+ "$schema": "https://raw.githubusercontent.com/LuaLS/LLS-Addons/main/schemas/addon_info.schema.json",
3
+ "name": "osm2pgsql",
4
+ "description": "Definitions for osm2pgsql flex config",
5
+ "size": 83000,
6
+ "hasPlugin": false
7
+}
8
+
addons/osm2pgsql/module
0 commit comments