Bekaboo / dropbar.nvim

IDE-like breadcrumbs, out of the box
GNU General Public License v3.0
990 stars 23 forks source link

fix(configs): do not pass filetype directly #143

Closed ofseed closed 7 months ago

ofseed commented 7 months ago

There is no need to pass the filetype directly because it has the default value, according to the documentation. Most importantly, lang is the name of the parser instead of the filetype of the buffer, see https://github.com/neovim/neovim/pull/27593

Bekaboo commented 7 months ago

Ty! @ofseed