remove the netrw_banner

This commit is contained in:
2026-05-25 17:05:23 +02:00
parent 285ec6955b
commit ce16980323
+1
View File
@@ -9,6 +9,7 @@ nnoremap ,rc :source $MYVIMRC<CR>
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]'))<CR>
nnoremap ,cc :cclose<CR>
nnoremap ,cf :cfirst<CR>