From 4e53fc87ae359a19c1a83ce123d5e8e53ab7de33 Mon Sep 17 00:00:00 2001 From: Ilya Grigoryev Date: Fri, 6 Oct 2023 00:20:34 +0300 Subject: [PATCH] fix(plugin_list): removed ripgrep --- lua/core/plugin_list.lua | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lua/core/plugin_list.lua b/lua/core/plugin_list.lua index 0176506..b240f9b 100644 --- a/lua/core/plugin_list.lua +++ b/lua/core/plugin_list.lua @@ -3,7 +3,7 @@ return { { 'nvim-telescope/telescope.nvim', 'nvim-lua/plenary.nvim', - 'sharkdp/fd' + 'sharkdp/fd', }, -- LSP @@ -40,9 +40,6 @@ return { end }, - -- RipGrep - "BurntSushi/ripgrep", - -- WebDevIcons 'nvim-tree/nvim-web-devicons',