Add Swift syntax highlighting to vim
This commit is contained in:
parent
3145a42c1e
commit
2d75272142
1 changed files with 1 additions and 0 deletions
1
vimrc
1
vimrc
|
@ -62,6 +62,7 @@ set nocompatible
|
|||
Plug 'tpope/vim-commentary'
|
||||
Plug 'vim-airline/vim-airline'
|
||||
Plug 'vim-airline/vim-airline-themes'
|
||||
Plug 'keith/swift.vim'
|
||||
call plug#end()
|
||||
|
||||
let g:ctrlp_match_window = 'bottom,order:ttb'
|
||||
|
|
Loading…
Add table
Reference in a new issue