diff options
Diffstat (limited to 'lua/lang/html.lua')
-rw-r--r-- | lua/lang/html.lua | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lua/lang/html.lua b/lua/lang/html.lua index adf715a9..5f91becf 100644 --- a/lua/lang/html.lua +++ b/lua/lang/html.lua @@ -1,8 +1,7 @@ local M = {} M.config = function() - -- TODO: implement config for language - return "No config available!" + O.lang.html = {} end M.format = function() |