Skip to content

Commit

Permalink
vimrc: change airline symbols
Browse files Browse the repository at this point in the history
The symbol for 'linenr' was breaking the line and column count.
Hence, let's just change it.

Signed-off-by: Nuno Sa <[email protected]>
  • Loading branch information
nunojsa committed Jan 7, 2025
1 parent 5d28666 commit 8af4591
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,9 @@ endif
let g:airline_powerline_fonts = 1

" airline symbols
let g:airline_symbols.linenr = ' '
let g:airline_symbols.linenr = ' ln:'
let g:airline_symbols.colnr = ' :'
let g:airline_symbols.maxlinenr = ' ln '
let g:airline_symbols.maxlinenr = ' '

" GutenTags
let g:gutentags_generate_on_missing = 0
Expand Down

0 comments on commit 8af4591

Please sign in to comment.