Skip to content

Commit

Permalink
lsp-buf: change priorities
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki committed Oct 14, 2024
1 parent f2bee74 commit 192cc09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clients/lsp-bufls.el
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
#'lsp-bufls-server--stdio-command)
:activation-fn (lsp-activate-on "protobuf")
:language-id "protobuf"
:priority 0
:priority -1
:server-id 'bufls))

;; Buf CLI
Expand Down Expand Up @@ -96,7 +96,7 @@
#'lsp-buf--stdio-command)
:activation-fn (lsp-activate-on "protobuf")
:language-id "protobuf"
:priority -1
:priority 0
:server-id 'buf))

(lsp-consistency-check lsp-bufls)
Expand Down

0 comments on commit 192cc09

Please sign in to comment.