summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2023-04-18 07:13:36 +0200
committerache <ache@ache.one>2023-04-18 07:13:36 +0200
commit43c766365cc9bbab2859a4f35d38983057a3198e (patch)
tree3b3355b7faeeba04bc735ed48c20a6d634610073
parentAdd cscope function to neovim (diff)
Disable Vimspector
-rwxr-xr-xpack/ache/start/installPlugin.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pack/ache/start/installPlugin.py b/pack/ache/start/installPlugin.py
index a6df842..16669c5 100755
--- a/pack/ache/start/installPlugin.py
+++ b/pack/ache/start/installPlugin.py
@@ -24,10 +24,10 @@ list_of_plugins = [
# A good status line
"https://github.com/vim-airline/vim-airline",
-# Vimspector
+# ☠️ Vimspector
#
# Integrate gdb inside vim
- "https://github.com/puremourning/vimspector",
+# "https://github.com/puremourning/vimspector",
# nvim-tree.lua
#