switched to using buf as the language server for protobuf files
This commit is contained in:
parent
830317e1d2
commit
7e581fd825
2 changed files with 2 additions and 2 deletions
|
|
@ -106,7 +106,7 @@ if nixCats("lang.java.lsp") then
|
||||||
end
|
end
|
||||||
|
|
||||||
if nixCats("lang.protobuf.lsp") then
|
if nixCats("lang.protobuf.lsp") then
|
||||||
servers.protols = {
|
servers.bufls = {
|
||||||
settings = {},
|
settings = {},
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
|
||||||
|
|
@ -95,7 +95,7 @@ in {
|
||||||
# TODO: needs formatter field
|
# TODO: needs formatter field
|
||||||
};
|
};
|
||||||
protobuf = {
|
protobuf = {
|
||||||
lsp = [protols];
|
lsp = [buf];
|
||||||
format = [buf];
|
format = [buf];
|
||||||
};
|
};
|
||||||
toml = {
|
toml = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue