Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipe Cancelinha authored Sep 29, 2023
1 parent e0d7a8b commit 0c1097f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ vim.cmd.colorscheme('northern')
colorscheme northern
```

To enable `northern` for `Lualine`, :
To enable `northern` for `Lualine` or `Bufferline`, :

#### Lualine

```lua
require('lualine').setup {
Expand All @@ -63,6 +65,9 @@ require('lualine').setup {
}
```

#### Bufferline


## 💧 Acknowledgements

This is my first try at making a neovim plugin. I want to thank [shaunsign](https://github.com/shaunsingh) nord.nvim which made me understand how to setup my own plugin project structure and [gbprod](https://github.com/gbprod) for the blending functions that produce a soft background.
Expand Down

0 comments on commit 0c1097f

Please sign in to comment.