From 2baa73ca66ee688d56e3e9f48263158ea51bc997 Mon Sep 17 00:00:00 2001 From: Squibid Date: Sun, 31 Mar 2024 13:06:53 -0400 Subject: switch from dotnix's cmp-luasnip-choice to L3MON4D3's --- lua/conf/plugins.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lua') diff --git a/lua/conf/plugins.lua b/lua/conf/plugins.lua index d372aee..ebb53a6 100644 --- a/lua/conf/plugins.lua +++ b/lua/conf/plugins.lua @@ -103,8 +103,8 @@ require('dep') { 'hrsh7th/cmp-nvim-lsp', -- lsp 'hrsh7th/cmp-nvim-lua', -- nvim lua api 'hrsh7th/cmp-nvim-lsp-signature-help', -- completion information - { 'doxnit/cmp-luasnip-choice', -- luasnip - requires = 'L3MON4D3/LuaSnip', + { 'L3MON4D3/cmp-luasnip-choice', -- luasnip + requires = 'L3MON4D3/LuaSnip' } }, }, -- cgit v1.2.1