tabnine/cmp

This commit is contained in:
Norm Rasmussen
2022-08-23 08:10:48 -04:00
parent ff849733a2
commit 709e311774
3 changed files with 104 additions and 43 deletions

View File

@ -147,7 +147,7 @@ return require'packer'.startup(function()
require('nvim-autopairs').setup()
end
}
--[[ use {
use {
'hrsh7th/nvim-cmp',
requires = {
'L3MON4D3/LuaSnip',
@ -166,7 +166,7 @@ return require'packer'.startup(function()
'tzachar/cmp-tabnine',
run = './install.sh',
requires = 'hrsh7th/nvim-cmp'
}]]--
}
use 'chentoast/marks.nvim'
end)