diff --git a/vim/ftplugin/nix.vim b/vim/ftplugin/nix.vim new file mode 100644 index 0000000..77c35f4 --- /dev/null +++ b/vim/ftplugin/nix.vim @@ -0,0 +1,3 @@ +" nix specific settings. +set softtabstop=2 +set shiftwidth=2