diff --git a/lua/my_plugins.lua b/lua/my_plugins.lua index cbdada5..a87801c 100644 --- a/lua/my_plugins.lua +++ b/lua/my_plugins.lua @@ -97,8 +97,8 @@ return require('packer').startup(function() { 'f3fora/cmp-spell', after = 'nvim-cmp' }, { 'hrsh7th/cmp-emoji', after = 'nvim-cmp' }, { 'hrsh7th/cmp-cmdline', after = 'nvim-cmp' }, - { 'ray-x/cmp-treesitter', after = 'nvim-cmp'}, - { 'hrsh7th/cmp-nvim-lsp-signature-help', after = 'nvim-cmp'} + { 'ray-x/cmp-treesitter', after = 'nvim-cmp' }, + { 'hrsh7th/cmp-nvim-lsp-signature-help', after = 'nvim-cmp' } }, config = get_setup('cmp'), })