Comparing version 0.4.0 to 0.5.0
{ | ||
"name": "kui.nvim", | ||
"version": "0.4.0", | ||
"version": "0.5.0", | ||
"description": "A neovim UI framework using the kitty graphics protocol", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -12,2 +12,3 @@ import { Loop, Timer as LoopTimer } from './loop.d'; | ||
/** `lua-builtin` */ | ||
/** @noSelf */ | ||
namespace vim { | ||
@@ -14,0 +15,0 @@ type Timer = LoopTimer; |
1246887
28949