nixos-common/vimrc

12 lines
137 B
VimL

set nocompatible
syntax on
set ts=4
set sw=4
set softtabstop=-1
set et
set smarttab
set autoindent
autocmd FileType nix set sw=2 ts=2