Closed rhysd closed 5 years ago
Vim and Neovim contains Rust support by default. It provides basic syntax highlighting and indentation out of box.
Vim: https://github.com/vim/vim/blob/master/runtime/syntax/rust.vim Neovim: https://github.com/neovim/neovim/blob/master/runtime/syntax/rust.vim
Great, thanks :)
Vim and Neovim contains Rust support by default. It provides basic syntax highlighting and indentation out of box.
Vim: https://github.com/vim/vim/blob/master/runtime/syntax/rust.vim Neovim: https://github.com/neovim/neovim/blob/master/runtime/syntax/rust.vim