From 548a4425c43528d1a65d5912fa73390bcf519dee Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Thu, 22 Feb 2018 23:09:45 +0100 Subject: Restructure for compatibility with GNU stow --- vim/.config/vim/after/ftplugin/cpp.vim | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 vim/.config/vim/after/ftplugin/cpp.vim (limited to 'vim/.config/vim/after/ftplugin/cpp.vim') diff --git a/vim/.config/vim/after/ftplugin/cpp.vim b/vim/.config/vim/after/ftplugin/cpp.vim new file mode 100644 index 0000000..87152c2 --- /dev/null +++ b/vim/.config/vim/after/ftplugin/cpp.vim @@ -0,0 +1,5 @@ +setlocal expandtab +setlocal shiftwidth=2 +setlocal softtabstop=2 + +setlocal cino=N-s -- cgit v1.2.1