diff options
Diffstat (limited to '.config')
| -rw-r--r-- | .config/nvim/lazy-lock.json | 1 | ||||
| -rw-r--r-- | .config/nvim/lua/vimrc/plugins.lua | 24 |
2 files changed, 0 insertions, 25 deletions
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*', '<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. { |
