1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14:55 +02:00

nvim/_types.lua: fix comment

This commit is contained in:
Henrik Hautakoski 2024-11-03 13:43:38 +01:00
parent 9178b3108f
commit 7ea0af0728

View file

@ -1,6 +1,8 @@
--- LuaLS is weird and does not recognize builtin types -- LuaLS is weird and does not recognize builtin types
--- even tho it should. So define them as aliases -- even tho it should. So define them as aliases
---@alias nil nil ---@alias nil nil
---@alias any any ---@alias any any
---@alias boolean boolean ---@alias boolean boolean