Vscode-neovim: Remove file path from status bar

Created on 29 Jun 2020  路  6Comments  路  Source: asvetliakov/vscode-neovim

Having the file path in the status bar is a bit much, is it possible to remove this somehow?

question

All 6 comments

Right click the status bar and uncheck Neo Vim.
You won't have a statusbar indicator for the mode your are in though.

Yep, know about that part. Though as you say, will miss out on everything else

set shortmess+=F

set shortmess+=F

Setting will not works since extension hardcodes shortmess.

The option already exist in shortmess, this just not works because you do not need to set it as a string.

@Shatur95 You seems better than me in vimscript 馃槃 care to send a PR ?

Sure :)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

erlais picture erlais  路  3Comments

DrakeXiang picture DrakeXiang  路  3Comments

pieterdd picture pieterdd  路  4Comments

kkorus picture kkorus  路  4Comments

trkoch picture trkoch  路  3Comments