1
0
Fork 0
forked from foxora/nix

switched to using buf as the language server for protobuf files

This commit is contained in:
foxora 2026-05-07 23:29:23 +01:00
parent 830317e1d2
commit 7e581fd825
2 changed files with 2 additions and 2 deletions

View file

@ -95,7 +95,7 @@ in {
# TODO: needs formatter field
};
protobuf = {
lsp = [protols];
lsp = [buf];
format = [buf];
};
toml = {