From 99eb0b6bb4276f27e207d109733a4737c46ad0fd Mon Sep 17 00:00:00 2001 From: Chris Coley <chris@codingallnight.com> Date: Tue, 2 Jul 2024 10:13:44 -0700 Subject: [PATCH] Add file type plugin for reStrucuredText --- vim/ftplugin/rst.vim | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 vim/ftplugin/rst.vim diff --git a/vim/ftplugin/rst.vim b/vim/ftplugin/rst.vim new file mode 100644 index 0000000..116ef56 --- /dev/null +++ b/vim/ftplugin/rst.vim @@ -0,0 +1,4 @@ +setlocal expandtab +setlocal shiftwidth=3 +setlocal tabstop=3 +setlocal softtabstop=3 -- GitLab