Update formatting characters to use nerd-font equivalents which should be more reliable

This commit is contained in:
Alex D. 2024-12-10 07:30:21 +00:00
parent 4c4f0b5be3
commit 8407d7612c
Signed by: caskd
GPG Key ID: F92BA85F61F4C173

4
vimrc
View File

@ -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