Configure nvim-cmp for s and c mode

This commit is contained in:
2021-11-19 17:37:42 +01:00
parent e142a3ec5b
commit f4631cbaa2
3 changed files with 27 additions and 14 deletions

View File

@@ -24,7 +24,7 @@ return require('packer').startup(function()
'hrsh7th/cmp-buffer', 'hrsh7th/cmp-nvim-lsp',
'L3MON4D3/LuaSnip', 'saadparwaiz1/cmp_luasnip', 'hrsh7th/cmp-nvim-lua',
'octaltree/cmp-look', 'hrsh7th/cmp-path', 'hrsh7th/cmp-calc',
'f3fora/cmp-spell', 'hrsh7th/cmp-emoji'
'f3fora/cmp-spell', 'hrsh7th/cmp-emoji', 'hrsh7th/cmp-cmdline'
}
}
use {'rafamadriz/friendly-snippets'}