Having the file path in the status bar is a bit much, is it possible to remove this somehow?
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 :)