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:
parent
9178b3108f
commit
7ea0af0728
1 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue