aboutsummaryrefslogtreecommitdiff
path: root/lua/plugins/cmp.lua
blob: fed96e48ec33535a080a1a0324f9addcf64236bd (plain)
1
2
3
4
5
6
7
8
9
10
11
return {
  'neovim/nvim-lspconfig',
  'hrsh7th/cmp-nvim-lsp',
  'hrsh7th/cmp-buffer',
  'hrsh7th/cmp-path',
  'hrsh7th/nvim-cmp',
  'hrsh7th/vim-vsnip',
  'L3MON4D3/LuaSnip',
  'octaltree/cmp-look',
  'saadparwaiz1/cmp_luasnip',
}
..