shaunsingh / nord.nvim

Neovim theme based off of the Nord Color Palette, written in lua with tree sitter support
GNU General Public License v2.0
803 stars 107 forks source link

Introduce barbar.nvim support #92

Closed gbprod closed 2 years ago

gbprod commented 2 years ago

Hi, I've tried to make somethink like in the screenshot in the README but I'm not sure that the final rendering looks like when you use bufferline. It looks like that : 2022-05-11-144023_545x66_scrot

My config :

  vim.g.bufferline = {
    icons = "both",
    icon_separator_active = " ",
    icon_separator_inactive = " ",
    icon_close_tab = "",
    icon_close_tab_modified = "●",
    icon_pinned = "車",
  }