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

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