diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-05-08 22:11:29 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-05-08 22:11:29 +0900 |
| commit | aeda1cc4ed942bfba7b830023a7f6e3bae5c2891 (patch) | |
| tree | 0ee5d8c30fadbb52ebe0481ea0c72c52981522e6 /.config/nvim/lua/vimrc/plugins.lua | |
| parent | f01dac9ba8b618ca74fdf02d275ab5df57c71721 (diff) | |
| download | dotfiles-aeda1cc4ed942bfba7b830023a7f6e3bae5c2891.tar.gz dotfiles-aeda1cc4ed942bfba7b830023a7f6e3bae5c2891.tar.zst dotfiles-aeda1cc4ed942bfba7b830023a7f6e3bae5c2891.zip | |
nvim: uninstall vim-ripgrep
Diffstat (limited to '.config/nvim/lua/vimrc/plugins.lua')
| -rw-r--r-- | .config/nvim/lua/vimrc/plugins.lua | 24 |
1 files changed, 0 insertions, 24 deletions
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*', '<Plug>(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> <args>', - { - bang = true, - bar = true, - nargs = '*', - complete = 'file', - } - ) - end, - }, -- Files {{{1 -- Switch to related files. { |
