From 6f037e9460b44f9f8895b7f26ba7a8a3961c15c7 Mon Sep 17 00:00:00 2001 From: Gabe Venberg Date: Tue, 24 Oct 2023 20:49:55 -0500 Subject: [PATCH] fixed autocomplete. --- neovim/.config/nvim/lua/packages.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neovim/.config/nvim/lua/packages.lua b/neovim/.config/nvim/lua/packages.lua index ac62e18..15eef4e 100644 --- a/neovim/.config/nvim/lua/packages.lua +++ b/neovim/.config/nvim/lua/packages.lua @@ -93,7 +93,7 @@ require('lazy').setup({ { 'hrsh7th/nvim-cmp', config = function() - require('rust-tools-setup') + require('cmp-lsp') end, dependencies = { 'neovim/nvim-lspconfig',