1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 12:20:05 +08:00
SpaceVim/lua/spacevim/api/neovim/floating.lua

12 lines
105 B
Lua
Raw Normal View History

2023-06-24 21:13:03 +08:00
--!/usr/bin/lua
local M = {}
function M.exists() -- {{{
return true
end
return M
-- }}}