diff --git a/lua/my_plugins.lua b/lua/my_plugins.lua index 9328926..264cdb6 100644 --- a/lua/my_plugins.lua +++ b/lua/my_plugins.lua @@ -85,7 +85,7 @@ return require('packer').startup(function() { 'hrsh7th/cmp-buffer', after = 'nvim-cmp' }, { 'hrsh7th/cmp-nvim-lsp', after = 'nvim-cmp' }, { 'L3MON4D3/LuaSnip', after = 'nvim-cmp' }, - { 'saadparwaiz1/cmp_luasnip', after = {'nvim-cmp', 'LuaSnip'} }, + { 'saadparwaiz1/cmp_luasnip', after = { 'nvim-cmp', 'LuaSnip' } }, { 'hrsh7th/cmp-nvim-lua', after = 'nvim-cmp' }, { 'octaltree/cmp-look', after = 'nvim-cmp' }, { 'hrsh7th/cmp-path', after = 'nvim-cmp' },