moved all plugins

This commit is contained in:
2022-12-28 21:07:04 +01:00
parent 9055e4e876
commit b0918760d4
13 changed files with 151 additions and 193 deletions

View File

@ -4,16 +4,7 @@ return {
{ 'onsails/lspkind-nvim' },
{ 'hrsh7th/cmp-buffer' },
{ 'hrsh7th/cmp-nvim-lsp' },
{
'L3MON4D3/LuaSnip',
config = function()
require('setup/luasnip')
end,
dependencies =
{
'rafamadriz/friendly-snippets'
}
},
{ 'L3MON4D3/LuaSnip' },
{ 'saadparwaiz1/cmp_luasnip' },
{ 'hrsh7th/cmp-nvim-lua' },
{ 'octaltree/cmp-look' },