[vim] Add official Apple swift plugin
This commit is contained in:
parent
221cda8038
commit
d385d419ec
9 changed files with 223 additions and 0 deletions
5
vim/bundle/apple-swift/ftplugin/swift.vim
Normal file
5
vim/bundle/apple-swift/ftplugin/swift.vim
Normal file
|
@ -0,0 +1,5 @@
|
|||
setlocal comments=s1:/*,mb:*,ex:*/,:///,://
|
||||
setlocal expandtab
|
||||
setlocal ts=2
|
||||
setlocal sw=2
|
||||
setlocal smartindent
|
1
vim/bundle/apple-swift/ftplugin/swiftgyb.vim
Normal file
1
vim/bundle/apple-swift/ftplugin/swiftgyb.vim
Normal file
|
@ -0,0 +1 @@
|
|||
runtime! ftplugin/swift.vim
|
Loading…
Add table
Add a link
Reference in a new issue