kickstart.nvim/lua/custom/plugins/blink-compat.lua

9 lines
98 B
Lua

return {
{
'saghen/blink.compat',
version = '*',
lazy = true,
opts = {},
},
}