mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
nvim: remove _types.lua (not needed anymore)
This commit is contained in:
parent
926b3edc94
commit
35438bea75
1 changed files with 0 additions and 16 deletions
|
|
@ -1,16 +0,0 @@
|
|||
|
||||
-- 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
|
||||
---@alias string string
|
||||
---@alias number number
|
||||
---@alias integer integer
|
||||
---@alias function function
|
||||
---@alias table table
|
||||
---@alias thread thread
|
||||
---@alias userdata userdata
|
||||
---@alias lightuserdata lightuserdata
|
||||
Loading…
Add table
Add a link
Reference in a new issue