Skip to content

Commit

Permalink
fix(plugin_list): removed ripgrep
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-grigoriev committed Oct 5, 2023
1 parent e6f4be0 commit 4e53fc8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions lua/core/plugin_list.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ return {
{
'nvim-telescope/telescope.nvim',
'nvim-lua/plenary.nvim',
'sharkdp/fd'
'sharkdp/fd',
},

-- LSP
Expand Down Expand Up @@ -40,9 +40,6 @@ return {
end
},

-- RipGrep
"BurntSushi/ripgrep",

-- WebDevIcons
'nvim-tree/nvim-web-devicons',

Expand Down

0 comments on commit 4e53fc8

Please sign in to comment.