updated windows-command
This commit is contained in:
parent
dc31dbcfaf
commit
4f8d93b6eb
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue