From b49362306bebbcd77517940203e981d263b31d0e Mon Sep 17 00:00:00 2001 From: ZachIR Date: Fri, 28 Feb 2025 11:40:54 -0600 Subject: Set rust text width to 80 --- nvim/after/ftplugin/rust.vim | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 nvim/after/ftplugin/rust.vim diff --git a/nvim/after/ftplugin/rust.vim b/nvim/after/ftplugin/rust.vim new file mode 100644 index 0000000..7a152a7 --- /dev/null +++ b/nvim/after/ftplugin/rust.vim @@ -0,0 +1,2 @@ +:set formatoptions+=t +:set textwidth=80 -- cgit v1.2.3