From 0978eb701f6ab119c6ebd13cc80f127e9e868096 Mon Sep 17 00:00:00 2001 From: mitchell Date: Fri, 23 Sep 2022 01:28:16 -0400 Subject: [PATCH] Add swift lang vim support and disable lang server shortmess --- .vimrc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.vimrc b/.vimrc index 315bd9f..4c3f95f 100644 --- a/.vimrc +++ b/.vimrc @@ -46,6 +46,7 @@ if !exists('g:vscode') Plug 'PProvost/vim-ps1' Plug 'vmchale/dhall-vim' Plug 'baskerville/vim-sxhkdrc' + Plug 'keith/swift.vim' endif call plug#end() @@ -67,6 +68,7 @@ set textwidth=100 set cmdheight=2 set ignorecase set smartcase +set shortmess+=c nnoremap :FZF @@ -88,8 +90,8 @@ nnoremap a :Ack nnoremap we :VimwikiAll2HTML nnoremap wz :VimwikiIndex :Goyo nnoremap wg :VimwikiGoto -nnoremap z :Goyo -nnoremap Z :Goyo 105 +nnoremap z :Goyo 105 +nnoremap Z :Goyo nnoremap l :Limelight nnoremap L :Limelight!