summaryrefslogtreecommitdiff
path: root/config/plugins/init.lua
blob: 5610f2d5832e9c0d1b0cd88f650db172ca86b6d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
require("getchoo.plugins.bufferline")
require("getchoo.plugins.catppuccin")
require("getchoo.plugins.cmp")
require("getchoo.plugins.dressing")
require("getchoo.plugins.fidget")
require("getchoo.plugins.flash")
require("getchoo.plugins.gitsigns")
require("getchoo.plugins.ibl")
require("getchoo.plugins.lsp-format")
require("getchoo.plugins.lsp")
require("getchoo.plugins.lualine")
require("getchoo.plugins.mini")
require("getchoo.plugins.telescope")
require("getchoo.plugins.treesitter")
require("getchoo.plugins.trouble")
require("getchoo.plugins.which-key")