Add swift lang vim support and disable lang server shortmess

This commit is contained in:
mitchell 2022-09-23 01:28:16 -04:00
parent 3ca73b9a6f
commit 0978eb701f
1 changed files with 4 additions and 2 deletions

6
.vimrc
View File

@ -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 <C-p> :FZF<cr>
@ -88,8 +90,8 @@ nnoremap <leader>a :Ack<cr>
nnoremap <leader>we :VimwikiAll2HTML<cr>
nnoremap <leader>wz :VimwikiIndex<cr> :Goyo<cr>
nnoremap <leader>wg :VimwikiGoto
nnoremap <leader>z :Goyo<cr>
nnoremap <leader>Z :Goyo 105<cr>
nnoremap <leader>z :Goyo 105<cr>
nnoremap <leader>Z :Goyo<cr>
nnoremap <leader>l :Limelight<cr>
nnoremap <leader>L :Limelight!<cr>