1
0
Fork 0
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:
Henrik Hautakoski 2025-01-18 17:26:27 +01:00
parent 926b3edc94
commit 35438bea75

View file

@ -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