vim: Set softtabstop in nix filetype plugin

This commit is contained in:
Bryan Richter
2018-04-20 11:46:40 -04:00
parent 94fd34a31b
commit 16bfd5a2be

View File

@@ -92,5 +92,5 @@ new file mode 100644
+let b:did_ftplugin = 1
+
+" coding conventions
+setlocal shiftwidth=2 expandtab
+let b:undo_ftplugin = "setlocal sw< et<"
+setlocal shiftwidth=2 expandtab softtabstop=2
+let b:undo_ftplugin = "setlocal sw< et< sts<"