kickstart.nvim/lua/custom/plugins/vim-be-good.lua

8 lines
81 B
Lua

if true then
return {}
else
return {
'ThePrimeagen/vim-be-good',
}
end