summaryrefslogtreecommitdiff
path: root/lua/tjk/plugins/cmp.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/tjk/plugins/cmp.lua')
-rw-r--r--lua/tjk/plugins/cmp.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/lua/tjk/plugins/cmp.lua b/lua/tjk/plugins/cmp.lua
index 1a3cf2f..7bc4234 100644
--- a/lua/tjk/plugins/cmp.lua
+++ b/lua/tjk/plugins/cmp.lua
@@ -2,6 +2,7 @@ return {
"hrsh7th/nvim-cmp",
dependencies = {
"hrsh7th/cmp-path",
+ "hrsh7th/cmp-nvim-lsp",
"hrsh7th/cmp-buffer",
"ray-x/cmp-treesitter",
},
@@ -10,6 +11,7 @@ return {
cmp.setup {
sources = {
{ name = "path" },
+ { name = "lsp" },
{ name = "buffer" },
{ name = "treesitter" },
},