From 4a286f23d90db4e179fda3cd329f9049b85d7c9e Mon Sep 17 00:00:00 2001 From: ManjaroOne666 Date: Thu, 28 Sep 2017 10:24:45 +0100 Subject: [PATCH] text filetye settings added --- vim/ftplugin/text.vim | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 vim/ftplugin/text.vim diff --git a/vim/ftplugin/text.vim b/vim/ftplugin/text.vim new file mode 100644 index 0000000..544b431 --- /dev/null +++ b/vim/ftplugin/text.vim @@ -0,0 +1,6 @@ +set softtabstop=2 +set tabstop=2 +set shiftwidth=2 +set expandtab +set shiftround +set autoindent