diff options
author | Squibid <me@zacharyscheiman.com> | 2024-03-31 13:06:53 -0400 |
---|---|---|
committer | Squibid <me@zacharyscheiman.com> | 2024-03-31 13:06:53 -0400 |
commit | 2baa73ca66ee688d56e3e9f48263158ea51bc997 (patch) | |
tree | 80802498fc3d715e751eaece1f243b31a3632e2d /lua | |
parent | dec8d0cb14859fd24c8724ed497ef4048fa23409 (diff) | |
download | nvim-2baa73ca66ee688d56e3e9f48263158ea51bc997.tar.gz nvim-2baa73ca66ee688d56e3e9f48263158ea51bc997.tar.bz2 nvim-2baa73ca66ee688d56e3e9f48263158ea51bc997.zip |
switch from dotnix's cmp-luasnip-choice to L3MON4D3's
Diffstat (limited to '')
-rw-r--r-- | lua/conf/plugins.lua | 4 |
1 files changed, 2 insertions, 2 deletions
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' } }, }, |