NickGalindo / dotfiles

dotfiles for config
1 stars 0 forks source link

Enable extra cmp sources #1

Open charitarthchugh opened 2 years ago

charitarthchugh commented 2 years ago

In nvim/lua/setup/nvim-cmp.lua line 3 : add

  sources = {
    { name = 'cmp_tabnine' },
    {name = "nvim_lsp"},
    {name = "path"},
    {name= "emoji"},
    {name = "buffer"},
    {name = "spell"}, 
    {name  = "utilsnips"},
  },

ect... Also, you can remove the cmp nvim lua source once you get lsp working

charitarthchugh commented 2 years ago

Also what is the use for the look source?