3
0
Fork 0
forked from mirrors/nixpkgs

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
No known key found for this signature in database
GPG key ID: B202264020068BFB

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<"