test cscope

This commit is contained in:
Jason Tian 2024-06-28 12:19:34 +08:00
parent 117be3a752
commit 95f25de948

View file

@ -54,6 +54,10 @@
:windows-command "npm install -g bash-language-server"
:message nil
:enabled t)
;; (cscope
;; :linux-command "sudo pacman -S --noconfirm cscope"
;; :message nil
;; :enabled t)
(ctags
:darwin-command "brew install universal-ctags"
:linux-command "sudo pacman -S --noconfirm ctags"