[nvim] Use Powerline fonts for the statusline

This commit is contained in:
Alyxia Sother 2021-07-03 12:41:01 +02:00
parent aa1c5d4c4b
commit a4dc62e790
No known key found for this signature in database
GPG Key ID: 355968D14144B739
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ source <sfile>:p:h/../dmitmel-dotfiles/nvim/init.vim
" Give me that beautiful colorscheme
set termguicolors
let airline_powerline_fonts = 1
" Copy to clipboard register and paste from clipboard register {{{
" Taken from https://unix.stackexchange.com/a/23437