mirror of
https://github.com/keith/swift.vim.git
synced 2025-12-17 12:00:25 +01:00
8 lines
234 B
VimL
8 lines
234 B
VimL
setlocal commentstring=//\ %s
|
|
" @-@ adds the literal @ to iskeyword for @IBAction and similar
|
|
setlocal iskeyword+=?,!,@-@,#
|
|
setlocal tabstop=4
|
|
setlocal softtabstop=4
|
|
setlocal shiftwidth=4
|
|
setlocal completefunc=syntaxcomplete#Complete
|