Commit 53ba3f2
Changed files (1)
vimrc
@@ -238,7 +238,4 @@ let g:rust_recommended_style = 0
let g:rustfmt_autosave = 1
let g:rustfmt_options = '--style-edition 2024'
-" No LSP - just use your existing nvim setup for Rust development
-" Keep regular vim for everything else
-
" }}}}