This commit is contained in:
LinlyBoi
2023-05-02 09:52:32 +03:00
parent 3441fd47dd
commit c1622f55f6
2 changed files with 7 additions and 9 deletions

View File

@@ -6,7 +6,6 @@ let g:ale_fixers = {
\ 'rust': ['rustfmt'],
\ 'dart': ['dartfmt'],
\}
let g:ale_rust_analyzer_executable = '/home/linly/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rust-analyzer'
let g:ale_linters = {'rust': ['cargo', 'analyzer']}
let g:rustfmt_autosave = 1
let g:rust_clip_command = 'xclip -selection clipboard'