From 4679e754e62bfed66b73062eb45ce2f2fcd9ea74 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Mon, 10 Mar 2025 00:26:00 +0100 Subject: Update --- .vimrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.vimrc') diff --git a/.vimrc b/.vimrc index 3463956..0b36a86 100644 --- a/.vimrc +++ b/.vimrc @@ -5,7 +5,7 @@ call plug#begin() Plug 'mitjafelicijan/ungabunga' call plug#end() -set nocompatible +set nocompatible laststatus=2 set number relativenumber autoindent signcolumn=yes cursorline ignorecase set hidden nowrap nobackup noswapfile noundofile autoread updatetime=300 set encoding=utf8 spelllang=en_us @@ -19,6 +19,7 @@ nnoremap :copen nnoremap :CtrlPBuffer nnoremap :ALEHover nnoremap :ALEDetail +nnoremap :ALEReset nnoremap r :let @/ = '' nmap gr :ALEFindReferences -- cgit v1.2.3