dotfiles/symlinks/config/nvim/after/ftplugin/lua.vim

3 lines
117 B
VimL
Raw Normal View History

2021-03-30 14:17:37 +00:00
setlocal ts=2 sts=2 sw=2 expandtab autoindent
let b:undo_ftplugin .= '|setlocal ts< sts< sw< expandtab< autoindent<'