Commit 74d3e96 1 parent 9941355 commit 74d3e96 Copy full SHA for 74d3e96
File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ awk-language-server = { command = "awk-language-server" }
7
7
bash-language-server = { command = " bash-language-server" , args = [" start" ] }
8
8
bass = { command = " bass" , args = [" --lsp" ] }
9
9
bicep-langserver = { command = " bicep-langserver" }
10
+ bufls = { command = " bufls" , args = [" serve" ] }
10
11
cairo-language-server = { command = " cairo-language-server" , args = [] }
11
12
cl-lsp = { command = " cl-lsp" , args = [ " stdio" ] }
12
13
clangd = { command = " clangd" }
@@ -258,6 +259,7 @@ name = "protobuf"
258
259
scope = " source.proto"
259
260
injection-regex = " protobuf"
260
261
file-types = [" proto" ]
262
+ language-servers = [ " bufls" ]
261
263
roots = []
262
264
comment-token = " //"
263
265
indent = { tab-width = 2 , unit = " " }
You can’t perform that action at this time.
0 commit comments