bew / dotfiles

All my dotfiles in one place!
42 stars 3 forks source link

Avoid quickfix list ownership issues between (e.g) neomake & vim-ripgrep #25

Open bew opened 4 years ago

bew commented 4 years ago

See my discussion at: https://gitter.im/neovim/neovim?at=5e59c5feff6f6d2e8876b3f9

Now that I re-think about it, I don't really need vim-ripgrep plugin anymore, since I have Denite with 'grep/rg' filter (since 3e9ec7c16b1ed4c341ccf580fc8956d994cb8cc8) for project-wide searching.

However it can still be useful to search for a string and use quickfix-reflector plugin to edit quickfix list and modify a lot of files at once... :point_right: But in this case I might as well make a special command for this worflow, that will temporarily disable Neomake during the operation. (and temporarily enable quickfix list modification with quickfix-reflector plugin)

bew commented 7 months ago

Related #63