From abfbe3895d3a5c4d2bf9dfd09898f9ff463702dc Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Sun, 5 Dec 2021 22:14:36 -0800 Subject: [PATCH] RustFmt on save --- plugins.vim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins.vim b/plugins.vim index 854fe35..9aefb37 100644 --- a/plugins.vim +++ b/plugins.vim @@ -145,3 +145,6 @@ let g:header_field_filename = 0 " vim-interestingwords let g:interestingWordsGUIColors = ['#8ccbea', '#a4e57e', '#ffdb72', '#ff7272', '#ffb3ff', '#9999ff'] let g:interestingWordsTermColors = ['154', '121', '211', '137', '214', '222'] + +" vim-polyglot +let g:rustfmt_autosave = 1