aboutsummaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2025-03-10 00:26:00 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2025-03-10 00:26:00 +0100
commit4679e754e62bfed66b73062eb45ce2f2fcd9ea74 (patch)
treea69cffba948cabc3b2e732338f710b61258d4016 /.vimrc
parent7654f7eeef45b6923bb897f63191209d78e1d50b (diff)
downloaddotfiles-4679e754e62bfed66b73062eb45ce2f2fcd9ea74.tar.gz
Update
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc
index 3463956..0b36a86 100644
--- a/.vimrc
+++ b/.vimrc
@@ -5,7 +5,7 @@ call plug#begin()
5 Plug 'mitjafelicijan/ungabunga' 5 Plug 'mitjafelicijan/ungabunga'
6call plug#end() 6call plug#end()
7 7
8set nocompatible 8set nocompatible laststatus=2
9set number relativenumber autoindent signcolumn=yes cursorline ignorecase 9set number relativenumber autoindent signcolumn=yes cursorline ignorecase
10set hidden nowrap nobackup noswapfile noundofile autoread updatetime=300 10set hidden nowrap nobackup noswapfile noundofile autoread updatetime=300
11set encoding=utf8 spelllang=en_us 11set encoding=utf8 spelllang=en_us
@@ -19,6 +19,7 @@ nnoremap <C-q> :copen<cr>
19nnoremap <C-b> :CtrlPBuffer<cr> 19nnoremap <C-b> :CtrlPBuffer<cr>
20nnoremap <C-k> :ALEHover<cr> 20nnoremap <C-k> :ALEHover<cr>
21nnoremap <C-j> :ALEDetail<cr> 21nnoremap <C-j> :ALEDetail<cr>
22nnoremap <C-l> :ALEReset<cr>
22nnoremap <Leader>r :let @/ = ''<CR> 23nnoremap <Leader>r :let @/ = ''<CR>
23 24
24nmap <silent> gr :ALEFindReferences<cr> 25nmap <silent> gr :ALEFindReferences<cr>