updated windows-command

This commit is contained in:
Jason Tian 2023-10-30 14:17:31 +08:00
parent dc31dbcfaf
commit 4f8d93b6eb

View file

@ -28,13 +28,13 @@
(ctags
:darwin-command "brew install universal-ctags"
:linux-command "sudo pacman -S --noconfirm ctags"
:windows-command "scoop install "
:windows-command "scoop install universal-ctags"
:message "ctags is needed in this configuration file, check/install it manually."
:enabled t)
(languagetool
:darwin-command "brew install languagetool"
:linux-command "sudo pacman -S --noconfirm languagetool"
:windows-command "scoop install languagetool"
;; :windows-command ""
:message nil
:enabled t)
(less