Moved LSP configs to new lsp/ folder, moved lsp config to seperate fiel, and simplified mason tool installer config

This commit is contained in:
2025-05-31 01:03:21 +02:00
parent 6c49b81f5a
commit 2e4796d7a7
18 changed files with 270 additions and 379 deletions
@@ -0,0 +1,9 @@
return {
settings = {
["rust-analyzer"] = {
check = {
command = "clippy",
},
},
},
}