From 5fbf916882f4eb16063ea2110db365d0784a2134 Mon Sep 17 00:00:00 2001 From: Matt Singleton Date: Thu, 13 Jan 2022 13:06:12 -0600 Subject: lsp for vim --- home/vimrc | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/home/vimrc b/home/vimrc index 549af50..0a05f7f 100644 --- a/home/vimrc +++ b/home/vimrc @@ -12,11 +12,19 @@ Plug 'airblade/vim-gitgutter' Plug 'vim-airline/vim-airline' Plug 'vim-airline/vim-airline-themes' Plug 'tpope/vim-eunuch' -Plug 'dense-analysis/ale' +"Plug 'dense-analysis/ale' Plug 'https://gitlab.com/protesilaos/tempus-themes-vim.git' +Plug 'prabirshrestha/vim-lsp' +Plug 'mattn/vim-lsp-settings' +Plug 'prabirshrestha/asyncomplete.vim' +Plug 'prabirshrestha/asyncomplete-lsp.vim' + call plug#end() +let g:lsp_diagnostics_echo_cursor = 1 +let g:asyncomplete_auto_popup = 0 + " " behavior " @@ -111,7 +119,6 @@ nnoremap fv :BufExplorerVerticalSplit " ctrlp let g:ctrlp_map ='a' - " " visual " @@ -164,7 +171,7 @@ let g:airline_left_sep="\uE0B4" let g:airline_right_sep = "\uE0B6" " set a font for gvim/macvim -set guifont=SauceCodeProNerdFontComplete-Regular:h14 +set guifont=SauceCodeProNerdFontComplete-Medium:h14 " " local additions -- cgit v1.2.3