@@ -11,20 +11,21 @@ return {
11
11
' hrsh7th/nvim-cmp' ,
12
12
event = ' InsertEnter' ,
13
13
dependencies = {
14
- { ' hrsh7th/cmp-nvim-lsp' },
15
- { ' hrsh7th/cmp-nvim-lsp-signature-help' },
16
- { ' hrsh7th/cmp-buffer' },
17
- { ' hrsh7th/cmp-path' },
18
- { ' hrsh7th/cmp-calc' },
19
- { ' hrsh7th/cmp-emoji' },
20
- { ' saadparwaiz1/cmp_luasnip' },
21
- { ' f3fora/cmp-spell' },
22
- { ' ray-x/cmp-treesitter' },
23
- { ' kdheepak/cmp-latex-symbols' },
24
- { ' jmbuhr/cmp-pandoc-references' },
25
- { ' L3MON4D3/LuaSnip' },
26
- { ' rafamadriz/friendly-snippets' },
27
- { ' onsails/lspkind-nvim' },
14
+ ' hrsh7th/cmp-nvim-lsp' ,
15
+ ' hrsh7th/cmp-nvim-lsp-signature-help' ,
16
+ ' hrsh7th/cmp-buffer' ,
17
+ ' hrsh7th/cmp-path' ,
18
+ ' hrsh7th/cmp-calc' ,
19
+ ' hrsh7th/cmp-emoji' ,
20
+ ' saadparwaiz1/cmp_luasnip' ,
21
+ ' f3fora/cmp-spell' ,
22
+ ' ray-x/cmp-treesitter' ,
23
+ ' kdheepak/cmp-latex-symbols' ,
24
+ ' jmbuhr/cmp-pandoc-references' ,
25
+ ' L3MON4D3/LuaSnip' ,
26
+ ' rafamadriz/friendly-snippets' ,
27
+ ' onsails/lspkind-nvim' ,
28
+ ' jmbuhr/otter.nvim' ,
28
29
},
29
30
config = function ()
30
31
local cmp = require ' cmp'
0 commit comments