Feat: don't load cmp-spell

This commit is contained in:
Bertrand Benjamin 2021-11-01 05:08:25 +01:00
parent 99fa23f6ad
commit f26fd07e96
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ return require('packer').startup(function()
use {'hrsh7th/cmp-buffer', after = 'nvim-cmp'}
use {'hrsh7th/cmp-path', after = 'nvim-cmp'}
use {'hrsh7th/cmp-nvim-lsp', after = 'nvim-cmp'}
use {'f3fora/cmp-spell', after = 'nvim-cmp'}
-- use {'f3fora/cmp-spell', after = 'nvim-cmp'}
use 'nvim-lua/popup.nvim'