added impatient.nvim.

This commit is contained in:
Gabe Venberg 2022-04-23 13:52:30 -05:00
parent 5f8852435d
commit c52ecd2166
3 changed files with 5 additions and 1 deletions

View file

@ -83,6 +83,6 @@ cmp.setup.cmdline('/', {
{ name = 'nvim_lsp_document_symbol' },
{ name = 'treesitter' },
}, {
{ name = 'buffer' }
-- { name = 'buffer' }
})
})

View file

@ -7,6 +7,9 @@ end
return require('packer').startup(function(use)
--startup speed
use 'lewis6991/impatient.nvim'
--base plugins.
use 'wbthomason/packer.nvim'