its buf_ls not bufls

This commit is contained in:
foxora 2026-05-07 23:40:26 +01:00
parent 7e581fd825
commit becf5bff55

View file

@ -106,7 +106,7 @@ if nixCats("lang.java.lsp") then
end
if nixCats("lang.protobuf.lsp") then
servers.bufls = {
servers.buf_ls = {
settings = {},
}
end