This commit is contained in:
Alexey 2026-04-01 12:27:18 +03:00
commit 18603b93e0
8 changed files with 29 additions and 2 deletions

1
lua/lsp/clangd.lua Normal file
View file

@ -0,0 +1 @@
return {}

1
lua/lsp/dartls.lua Normal file
View file

@ -0,0 +1 @@
return {}

View file

@ -1 +1,9 @@
return {}
return {
settings = {
["rust-analyzer"] = {
diagnostics = {
disabled = { "inactive-code" },
},
},
},
}