From 7b222d482b74e6e3bf3029c6e1edba848c139866 Mon Sep 17 00:00:00 2001 From: ache Date: Tue, 18 Apr 2023 07:10:48 +0200 Subject: Add cscope function to neovim --- pack/ache/start/installPlugin.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pack/ache/start/installPlugin.py b/pack/ache/start/installPlugin.py index 20ab3d1..a6df842 100755 --- a/pack/ache/start/installPlugin.py +++ b/pack/ache/start/installPlugin.py @@ -95,6 +95,10 @@ list_of_plugins = [ # List of snippets "https://github.com/honza/vim-snippets", +# Add cscope function to neovim + "https://github.com/dhananjaylatkar/cscope_maps.nvim", + + # Language specific support "https://github.com/jparise/vim-graphql", "https://github.com/rust-lang/rust.vim", -- cgit v1.2.3