all repos — dotfiles @ a52c2181fabe3eab31781b8d59101a84d6138a7f

my *nix dotfiles

config/nvim/ftplugin/sh.vim (view raw)

 1
 2
 3
 4
 5
 6
 7
setlocal tabstop=4
setlocal softtabstop=4
setlocal shiftwidth=4
setlocal expandtab
setlocal autoindent
setlocal smarttab
setlocal formatoptions=croql