diff --git a/nvim/_types.lua b/nvim/_types.lua index f320131..17050cf 100644 --- a/nvim/_types.lua +++ b/nvim/_types.lua @@ -1,6 +1,8 @@ ---- LuaLS is weird and does not recognize builtin types ---- even tho it should. So define them as aliases +-- 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