dgy
/
hexagons
Archived
1
0
Fork 0
This repository has been archived on 2021-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
hexagons/.config/nvim/ftplugin/zsh.vim

13 lines
203 B
VimL

setl ts=4
setl sts=4
setl sw=4
setl noet
setl tw=90
let b:ale_linters = ['shell']
if !exists("b:sh_indent_options")
let b:sh_indent_options = {}
endif
let b:sh_indent_options['continuation-line'] = 4