romgrk / barbar.nvim

The neovim tabline plugin.
2.17k stars 82 forks source link

feat: `icons.preset` #486

Closed Iron-E closed 1 year ago

Iron-E commented 1 year ago

Makes it easier to use commonly desired icon configurations.


require'barbar'.setup {
  icons = {
    preset = 'powerline', -- 'default' and 'slanted' are also valid
    -- other options
  },
  -- other options
}

Closes #141