Skip to content

Commit

Permalink
docs(README): bump minimum neovim version to 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
akinsho committed Oct 17, 2022
1 parent 0ba3818 commit 2551839
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ It was inspired by a screenshot of DOOM Emacs using [centaur tabs](https://githu

## Requirements

- Neovim 0.7+
- Neovim 0.8+
- A patched font (see [nerd fonts](https://github.com/ryanoasis/nerd-fonts))
- A colorscheme (either your custom highlight or a maintained one somewhere)

Expand All @@ -53,15 +53,15 @@ If you'd like to use an older version of the plugin compatible with nvim-0.6.1 a

```lua
-- using packer.nvim
use {'akinsho/bufferline.nvim', tag = "v2.*", requires = 'kyazdani42/nvim-web-devicons'}
use {'akinsho/bufferline.nvim', tag = "v3.*", requires = 'kyazdani42/nvim-web-devicons'}
```

**Vimscript**

```vim
Plug 'kyazdani42/nvim-web-devicons' " Recommended (for coloured icons)
" Plug 'ryanoasis/vim-devicons' Icons without colours
Plug 'akinsho/bufferline.nvim', { 'tag': 'v2.*' }
Plug 'akinsho/bufferline.nvim', { 'tag': 'v3.*' }
```

## Usage
Expand Down Expand Up @@ -117,10 +117,8 @@ see: `:h bufferline-styling`

**NOTE**: this is only available for _neovim 0.8+ (nightly) ONLY_ and is still **experimental**


![hover-event-preview](https://user-images.githubusercontent.com/22454918/189106657-163b0550-897c-42c8-a571-d899bdd69998.gif)


see `:help bufferline-hover-events` for more information on configuration

---
Expand Down

0 comments on commit 2551839

Please sign in to comment.