swift.vim

Vim runtime files for Swift

  • 所有者: keith/swift.vim
  • 平台:
  • 许可证: MIT License
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

Swift.vim

Syntax and indent files for Swift

If you don't have a preferred installation method check out
vim-plug.

Examples


Syntastic Integration

swift.vim can show errors inline from
swift package manager
or from swiftlint using
syntastic.

Usage

  • Install syntastic

  • swiftpm integration will be automatically enabled if you're running vim
    from a directory containing a Package.swift file.

  • SwiftLint integration will be automatically enabled if you have
    SwiftLint installed and if you're running vim from a directory
    containing a .swiftlint.yml file.

  • To enable both at once add this to your vimrc:

let g:syntastic_swift_checkers = ['swiftpm', 'swiftlint']

主要指标

概览
名称与所有者keith/swift.vim
主编程语言Vim Script
编程语言Swift (语言数: 3)
平台
许可证MIT License
所有者活动
创建于2014-06-13 18:08:01
推送于2025-02-11 17:33:03
最后一次提交2025-02-12 02:33:03
发布数0
用户参与
星数822
关注者数22
派生数44
提交数252
已启用问题?
问题数84
打开的问题数19
拉请求数62
打开的拉请求数4
关闭的拉请求数9
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?