dotfiles/nvim
Sanchayan Maity 5497c1b1b6 nvim: Switch to QF for cscope
While we have gone back and forth between quickfix and fzf for cscope,
it makes sense for cscope results to be loaded in quickfix window.
Results loaded in fzf window will disappear once selected since that's
how fuzzy finding is used but we do not want to have that behaviour with
results of tools like cscope. Also use a plugin this time instead of
having our own function. The plugin also provides the added advantage of
jumping to a global definition instead of even opening that in a window.

Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
2020-01-15 09:46:56 +05:30
..
.config/nvim nvim: Switch to QF for cscope 2020-01-15 09:46:56 +05:30
.local/share/nvim/site/autoload nvim: Update vim-plug 2020-01-06 16:01:19 +05:30