From aeda1cc4ed942bfba7b830023a7f6e3bae5c2891 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Thu, 8 May 2025 22:11:29 +0900 Subject: nvim: uninstall vim-ripgrep --- .config/nvim/lua/vimrc/plugins.lua | 24 ------------------------ 1 file changed, 24 deletions(-) (limited to '.config/nvim/lua/vimrc/plugins.lua') diff --git a/.config/nvim/lua/vimrc/plugins.lua b/.config/nvim/lua/vimrc/plugins.lua index b9e4145..d9580a6 100644 --- a/.config/nvim/lua/vimrc/plugins.lua +++ b/.config/nvim/lua/vimrc/plugins.lua @@ -211,30 +211,6 @@ return { {'g*', '(asterisk-gz*)', mode = {'n', 'x'}}, }, }, - -- NOTE: it is a fork version of jremmen/vim-ripgrep - -- Integration with ripgrep, fast alternative of grep command. - { - 'nsfisis/vim-ripgrep', - lazy = true, - cmd = {'Rg', 'RG'}, - config = function() - -- Workaround: do not open quickfix window. - -- exe g:rg_window_location 'copen' - vim.g.rg_window_location = 'silent! echo' - vim.g.rg_jump_to_first = true - - vim.api.nvim_create_user_command( - 'RG', - 'Rg ', - { - bang = true, - bar = true, - nargs = '*', - complete = 'file', - } - ) - end, - }, -- Files {{{1 -- Switch to related files. { -- cgit v1.2.3-70-g09d2