summaryrefslogtreecommitdiff
path: root/lua/getchoo/plugins/init.lua
blob: 43daa5b648ef45ec4665a12e1006b4f20b45a282 (plain)
1
2
3
4
5
6
7
8
9
10
11
if vim.g.use_lazy then
	require("getchoo.plugins.lazy")
end

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

if vim.g.auto_install then
	require("getchoo.plugins.mason")
end