1
0
Fork 0

tidy-up: Organize dot files

This commit is contained in:
Xavier Moffett 2025-06-08 20:45:56 -04:00
parent 456046c4a7
commit 51973fcbf4
Signed by: Sapphirus
GPG key ID: E967DD18119C6EEA
18 changed files with 3 additions and 3 deletions

View file

@ -1,11 +0,0 @@
lsp.config('rust_analyzer', {
capabilities = cmp_defcaps,
settings = {
['rust-analyzer'] = {
diagnostics = {
enable = true;
}
}
}
})
lsp.enable('rust_analyzer')