dotfiles/symlinks/vim/after/ftplugin/elixir.vim

6 lines
170 B
VimL
Raw Normal View History

2021-01-07 08:09:41 +00:00
setlocal ts=2 sts=2 sw=2 expandtab autoindent
let b:undo_ftplugin .= '|setlocal ts< sts< sw< expandtab< autoindent<'
compiler elixir
let b:undo_ftplugin .= '|compiler<'