diff --git a/nvim/_types.lua b/nvim/_types.lua index e3cbc57..f320131 100644 --- a/nvim/_types.lua +++ b/nvim/_types.lua @@ -1,6 +1,6 @@ ---- LuaLS is weird and does not recognize builtin types. ---- even tho it should. So define them as alias +--- LuaLS is weird and does not recognize builtin types +--- even tho it should. So define them as aliases ---@alias nil nil ---@alias any any ---@alias boolean boolean