@@ -25,7 +25,7 @@ Heavily inspired by emacs' [xcscope.el](https://github.com/dkogan/xcscope.el).
2525- Supports ` cscope ` and ` gtags-cscope ` . Use ` cscope.exec ` option to specify executable.
2626- Keymaps can be disabled using ` disable_maps ` option.
2727- ` :CsPrompt <op> ` can be used to invoke cscope prompt.
28- - Display results in quickfix, ** telescope** , ** fzf-lua** or ** mini.pick** .
28+ - Display results in quickfix, ** telescope** , ** fzf-lua** , ** mini.pick** or ** snacks.nvim ** .
2929- Has [ which-key.nvim] ( https://github.com/folke/which-key.nvim ) and [ mini.clue] ( https://github.com/echasnovski/mini.clue ) hints.
3030- See [ this section] ( #vim-gutentags ) for ` vim-gutentags ` .
3131
@@ -74,6 +74,7 @@ Following example uses [lazy.nvim](https://github.com/folke/lazy.nvim)
7474 " nvim-telescope/telescope.nvim" , -- optional [for picker="telescope"]
7575 " ibhagwan/fzf-lua" , -- optional [for picker="fzf-lua"]
7676 " echasnovski/mini.pick" , -- optional [for picker="mini-pick"]
77+ " folke/snacks.nvim" , -- optional [for picker="snacks"]
7778 },
7879 opts = {
7980 -- USE EMPTY FOR DEFAULT OPTIONS
@@ -108,7 +109,7 @@ _cscope_maps_ comes with following defaults:
108109 -- cscope executable
109110 exec = " cscope" , -- "cscope" or "gtags-cscope"
110111 -- choose your fav picker
111- picker = " quickfix" , -- "quickfix", "telescope", "fzf-lua" or "mini-pick"
112+ picker = " quickfix" , -- "quickfix", "telescope", "fzf-lua", "mini-pick" or "snacks "
112113 -- size of quickfix window
113114 qf_window_size = 5 , -- any positive integer
114115 -- position of quickfix window
0 commit comments