Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BrotifyPacha committed Jul 12, 2024
1 parent f0ae0b5 commit f8872c8
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ Using [coc.nvim](https://github.com/neoclide/coc.nvim), add it to `:CocConfig`
"proto" :{
"command": "protobuf-language-server",
"filetypes": ["proto", "cpp"]
"settings": {
"additional-proto-dirs": [ ]
}
}
}
```
Expand All @@ -41,7 +44,13 @@ configs.protobuf-language-server = {
filetypes = { 'proto', 'cpp' },
root_fir = util.root_pattern('.git'),
single_file_support = true,
settings = {},
settings = {
["additional-proto-dirs"] = [
-- path to additional protobuf directories
-- "vendor",
-- "third_party",
]
},
}
}

Expand Down

0 comments on commit f8872c8

Please sign in to comment.