nvim: Add cscope_maps
This commit is contained in:
parent
1a598ed474
commit
8fda281564
@ -100,6 +100,23 @@ require("lazy").setup({
|
|||||||
"mhinz/vim-startify",
|
"mhinz/vim-startify",
|
||||||
"https://git.mathux.org/mathieu/taglist.git",
|
"https://git.mathux.org/mathieu/taglist.git",
|
||||||
"lfilho/cosco.vim",
|
"lfilho/cosco.vim",
|
||||||
|
{
|
||||||
|
"dhananjaylatkar/cscope_maps.nvim",
|
||||||
|
dependencies = {
|
||||||
|
"folke/which-key.nvim", -- optional [for whichkey hints]
|
||||||
|
"nvim-telescope/telescope.nvim", -- optional [for picker="telescope"]
|
||||||
|
"ibhagwan/fzf-lua", -- optional [for picker="fzf-lua"]
|
||||||
|
"nvim-tree/nvim-web-devicons", -- optional [for devicons in telescope or fzf]
|
||||||
|
},
|
||||||
|
branch = "feat/db_relpath",
|
||||||
|
opts = {
|
||||||
|
skip_input_prompt = true,
|
||||||
|
cscope ={
|
||||||
|
skip_picker_for_single_result = true,
|
||||||
|
picker = "telescope",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
-- Highlight todo, notes, etc in comments
|
-- Highlight todo, notes, etc in comments
|
||||||
{
|
{
|
||||||
"folke/todo-comments.nvim",
|
"folke/todo-comments.nvim",
|
||||||
|
Loading…
Reference in New Issue
Block a user