summaryrefslogtreecommitdiff
path: root/lua/getchoo/plugins/init.lua
blob: f0e8a4486266d8742d12a35c2fba6f0d9e5982f2 (plain)
1
2
3
4
5
6
if vim.g.use_lazy then
	require("getchoo.plugins.lazy")
end

require("getchoo.plugins.general")
require("getchoo.plugins.lsp")