@@ -1,7 +1,18 @@
vim.lsp.config("biome", {
root_dir = function (bufnr, on_dir)
root_dir = function (_bufnr, on_dir)
on_dir(vim.fn.getcwd())
end
})
vim.lsp.config("rust_analyzer", {
settings = {
["rust-analyzer"] = {
cargo = {
features = {
"daemon"
}
return {}
The note is not visible to the blocked user.