1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-07-03 23:13:39 +02:00

nvim: minor typo fix

This commit is contained in:
Henrik Hautakoski 2024-08-26 18:53:04 +02:00
parent ea732271df
commit b0fed18ace

View file

@ -1,6 +1,6 @@
--- 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 alias --- 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