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/lazy-lock.json | 1 - .config/nvim/lua/vimrc/plugins.lua | 24 ------------------------ 2 files changed, 25 deletions(-) (limited to '.config') diff --git a/.config/nvim/lazy-lock.json b/.config/nvim/lazy-lock.json index 435151c..39cad3d 100644 --- a/.config/nvim/lazy-lock.json +++ b/.config/nvim/lazy-lock.json @@ -37,7 +37,6 @@ "vim-quickhl": { "branch": "master", "commit": "be1f44169c3fdee3beab629e83380515da03835e" }, "vim-quickrun": { "branch": "master", "commit": "77b4d6ea9972a206f02c736882c2398c36d2983c" }, "vim-repeat": { "branch": "master", "commit": "65846025c15494983dafe5e3b46c8f88ab2e9635" }, - "vim-ripgrep": { "branch": "master", "commit": "7d0a681b1a3a7af0b1b59bb7f4e276b736ff84f2" }, "vim-sandwich": { "branch": "master", "commit": "74cf93d58ccc567d8e2310a69860f1b93af19403" }, "vim-submode": { "branch": "master", "commit": "d29de4f55c40a7a03af1d8134453a703d6affbd2" }, "vim-swap": { "branch": "master", "commit": "9358bfdc5e377aa13e7c2c2dd8699ba32b0dcf83" }, 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