From ce169803230abd54d2934746c4af124530f4b64f Mon Sep 17 00:00:00 2001 From: Ivar Fatland Date: Mon, 25 May 2026 17:05:23 +0200 Subject: [PATCH] remove the netrw_banner --- vim/.vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/vim/.vimrc b/vim/.vimrc index 80f9201..60be671 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -9,6 +9,7 @@ nnoremap ,rc :source $MYVIMRC autocmd FileType make setlocal noexpandtab autocmd FileType yaml setlocal tabstop=2 let g:rustfmt_autosave = 0 +let g:netrw_banner = 0 nnoremap ,cD :call setqflist(filter(getqflist(), 'v:val != getqflist()[getqflist({"idx": 0}).idx - 1]')) nnoremap ,cc :cclose nnoremap ,cf :cfirst