Archived
1
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/csh.vim
CadaverLab 5e2e2842dd en vim
2018-02-17 16:16:52 -03:00

11 lines
172 B
VimL

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