summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2023-04-18 07:10:48 +0200
committerache <ache@ache.one>2023-04-18 07:10:48 +0200
commit7b222d482b74e6e3bf3029c6e1edba848c139866 (patch)
treef4df5037be1068b2814696701f597aa82a7d953d
parentAdd update script (diff)
Add cscope function to neovim
-rwxr-xr-xpack/ache/start/installPlugin.py4
1 files changed, 4 insertions, 0 deletions
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",