Neovim: smart_path = 1.

This commit is contained in:
the_4n0nym0u53 2021-11-28 20:47:19 +01:00
parent f3c613df0a
commit 97f7663a8e
No known key found for this signature in database
GPG Key ID: 35EE09F5481049BB
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ let g:lightline.component_type = { 'buffers': 'tabsel' }
" lightline-bufferline config
let g:lightline#bufferline#show_number = 2
let g:lightline#bufferline#shorten_path = 0
let g:lightline#bufferline#smart_path = 0
let g:lightline#bufferline#smart_path = 1
let g:lightline#bufferline#enable_devicons = 1
let g:lightline#bufferline#unnamed = '[No Name]'
let g:lightline#bufferline#icon_position = 'right'