1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 11:24:55 +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.
--- 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