1
0
Fork 0
numbers/nvim/ftplugin/sh.vim

9 lines
178 B
VimL

if !exists("b:sh_indent_options")
let b:sh_indent_options = {}
endif
let b:sh_indent_options['continuation-line'] = 2
" allow for commands with - in the name
set iskeyword+=-