aboutsummaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2025-02-12 07:16:41 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2025-02-12 07:16:41 +0100
commit54c538cd904d5a652d9bfdeef89cef71cf5167e0 (patch)
tree4a2d1d530455c169b2b3801f210a9d8e077f54fc /.vimrc
parentab26783d64b186d414bcc1ee085e59f16b71d528 (diff)
downloaddotfiles-54c538cd904d5a652d9bfdeef89cef71cf5167e0.tar.gz
Update
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc6
1 files changed, 0 insertions, 6 deletions
diff --git a/.vimrc b/.vimrc
index 37f9e69..b2a36db 100644
--- a/.vimrc
+++ b/.vimrc
@@ -1,7 +1,6 @@
1call plug#begin() 1call plug#begin()
2 Plug 'tpope/vim-sensible' 2 Plug 'tpope/vim-sensible'
3 Plug 'tpope/vim-commentary' 3 Plug 'tpope/vim-commentary'
4 Plug 'tpope/vim-unimpaired'
5 Plug 'airblade/vim-gitgutter' 4 Plug 'airblade/vim-gitgutter'
6 Plug 'ctrlpvim/ctrlp.vim' 5 Plug 'ctrlpvim/ctrlp.vim'
7 Plug 'dense-analysis/ale' 6 Plug 'dense-analysis/ale'
@@ -24,11 +23,6 @@ nnoremap <C-j> :ALEDetail<cr>
24nnoremap <C-r> :!sh .vim<CR> 23nnoremap <C-r> :!sh .vim<CR>
25nnoremap <Leader>r :let @/ = ''<CR> 24nnoremap <Leader>r :let @/ = ''<CR>
26 25
27nmap <C-Up> [e
28nmap <C-Down> ]e
29vmap <C-Up> [egv
30vmap <C-Down> ]egv
31
32nmap <silent> gr :ALEFindReferences<cr> 26nmap <silent> gr :ALEFindReferences<cr>
33nmap <silent> gd :ALEGoToDefinition<cr> 27nmap <silent> gd :ALEGoToDefinition<cr>
34nmap <silent> re :ALERename<cr> 28nmap <silent> re :ALERename<cr>