aboutsummaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorMatt Singleton <matt@xcolour.net>2022-04-08 09:37:47 -0500
committerMatt Singleton <matt@xcolour.net>2022-04-08 09:37:47 -0500
commitf9128ac66e1b626645f9bb93b08c17a162f25918 (patch)
treee4612f6572b0eb991d31abda0a7bb66bbff488af /home
parent21954c16a137151d44a3dc61d5e9699c071e55cc (diff)
drop lsp stuff
Diffstat (limited to 'home')
-rw-r--r--home/vimrc13
1 files changed, 4 insertions, 9 deletions
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 <leader>fv :BufExplorerVerticalSplit<Enter>
" ctrlp
let g:ctrlp_map ='<leader>a'
+" ale
+nnoremap <leader>r :ALEDetail<Enter>
+
"
" visual
"