From c822d2c0c222616a66519d99a21ea055133d67df Mon Sep 17 00:00:00 2001 From: Ekaitz Zárraga Date: Sun, 18 Aug 2019 19:15:09 +0200 Subject: Git commit Scheme ftplugin for nvim --- nvim/nvim/ftplugin/scheme.vim | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 nvim/nvim/ftplugin/scheme.vim (limited to 'nvim') diff --git a/nvim/nvim/ftplugin/scheme.vim b/nvim/nvim/ftplugin/scheme.vim new file mode 100644 index 0000000..9659508 --- /dev/null +++ b/nvim/nvim/ftplugin/scheme.vim @@ -0,0 +1,2 @@ +setlocal tabstop=2 softtabstop=0 expandtab shiftwidth=2 +setlocal autoindent -- cgit v1.2.3