summaryrefslogtreecommitdiff
path: root/config/essentials/nvim/lua/tlast/cmp/init.lua
blob: 90e60244827192e0d8657ae1d0be863e480d7713 (plain)
1
2
3
4
5
6
7
8
9
10
require("tlast.cmp.setup")

require("tlast.cmp.arduino")
require("tlast.cmp.clangd")
require("tlast.cmp.html")
require("tlast.cmp.css")
require("tlast.cmp.js")
require("tlast.cmp.emmet")
require("tlast.cmp.lua")
require("tlast.cmp.python")