From 7ea0af07280ba966ada4e8d8faf005d720b75b68 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Sun, 3 Nov 2024 13:43:38 +0100 Subject: [PATCH] nvim/_types.lua: fix comment --- nvim/_types.lua | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/nvim/_types.lua b/nvim/_types.lua index f320131..17050cf 100644 --- a/nvim/_types.lua +++ b/nvim/_types.lua @@ -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