From f9128ac66e1b626645f9bb93b08c17a162f25918 Mon Sep 17 00:00:00 2001 From: Matt Singleton Date: Fri, 8 Apr 2022 09:37:47 -0500 Subject: drop lsp stuff --- home/vimrc | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'home') diff --git a/home/vimrc b/home/vimrc index 0a05f7f..fad60b4 100644 --- a/home/vimrc +++ b/home/vimrc @@ -12,19 +12,11 @@ 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 " @@ -119,6 +111,9 @@ nnoremap fv :BufExplorerVerticalSplit " ctrlp let g:ctrlp_map ='a' +" ale +nnoremap r :ALEDetail + " " visual " -- cgit v1.2.3