From 0002b2cfb64b25029322bd7dc0031c63e19ade08 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Mon, 6 Jan 2025 09:51:41 -0600 Subject: fix for new nixos w/ nvim 10 and add lsp support --- lua/tjk/plugins/cmp.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lua/tjk/plugins/cmp.lua') 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" }, }, -- cgit v1.2.3