fix ripgrep drain out memory

Signed-off-by: Lee Tang <i@d0zingcat.dev>
This commit is contained in:
Lee Tang
2023-05-11 12:42:48 +08:00
parent 0442553c33
commit ccd57f9718
3 changed files with 21 additions and 6 deletions

View File

@@ -96,6 +96,11 @@ return require('packer').startup(function(use)
config = function()
require('config.nvim_telescope')
end,
requires = {
{ 'nvim-telescope/telescope-fzf-native.nvim', run = 'make', config = function()
require('telescope').load_extension('fzf')
end }
},
})
use({
'hrsh7th/nvim-cmp',