1
1
Fork 0
configs/vim/ftplugin/swift.vim

4 lines
166 B
VimL

setlocal commentstring=//\ %s
" @-@ adds the literal @ to iskeyword for @IBAction and similar
setlocal iskeyword+=@-@,#
setlocal completefunc=syntaxcomplete#Complete