From 4d64e94306dfd59d6ededa0b24d7e8d58eda011f Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Mon, 11 Nov 2019 15:10:19 +0300 Subject: [PATCH] Forbid default Rust ftplugin loading, it sucks --- vim/.vim/ftplugin/rust/autos.vim | 1 + 1 file changed, 1 insertion(+) create mode 100644 vim/.vim/ftplugin/rust/autos.vim diff --git a/vim/.vim/ftplugin/rust/autos.vim b/vim/.vim/ftplugin/rust/autos.vim new file mode 100644 index 0000000..7f84a99 --- /dev/null +++ b/vim/.vim/ftplugin/rust/autos.vim @@ -0,0 +1 @@ +let b:did_ftplugin = 1 -- 2.44.0