From 8407d7612ceed63dd0ad14e94368df8707d9efcd Mon Sep 17 00:00:00 2001 From: Alex Denes Date: Tue, 10 Dec 2024 07:30:21 +0000 Subject: [PATCH] Update formatting characters to use nerd-font equivalents which should be more reliable --- vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vimrc b/vimrc index 678d1d6..dc79b42 100644 --- a/vimrc +++ b/vimrc @@ -16,7 +16,7 @@ set path+=** set nocompatible set sc set nosmd -set list listchars=trail:·,eol:,tab:\ +set list listchars=trail:·,eol:󰌑,tab:󰌒\ set directory=$HOME/.vim/swap// set shm=asTIt set fo=ron @@ -43,7 +43,7 @@ let g:ale_linters = { \ 'rust': ['analyzer'], \} let g:ale_completion_enabled = 1 -let g:ale_fix_on_save = 0 +let g:ale_fix_on_save = 1 let g:ale_hover_to_preview = 1 let g:ale_cpp_clangcheck_options = '--analyzer-output text' let g:ale_rust_cargo_check_all_targets = 1