chore: fix up completions keybind and rust analyzer settings

This commit is contained in:
Stevan Freeborn
2026-02-18 04:40:21 -06:00
parent c8095cf00c
commit d64d94be2d
3 changed files with 97 additions and 84 deletions
+6
View File
@@ -191,6 +191,12 @@ return {
vim.lsp.config("rust_analyzer", {
settings = {
["rust-analyzer"] = {
files = {
watcher = "server",
},
check = {
command = "clippy",
},
diagnostics = {
enable = false,
},