Skip to content

Commit

Permalink
docs: LUALINE.md updated (fixed #167)
Browse files Browse the repository at this point in the history
  • Loading branch information
ful1e5 committed Mar 9, 2022
1 parent 4ad832e commit 7ed3408
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- tmux: set `bg2` as background in 'message-style' fixed #164
- fixed #163
- fixed #165
- lualine docs updated (fixed #167)

## [v0.0.4] - 11 Jan 2022

Expand Down
4 changes: 2 additions & 2 deletions LUALINE.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
To enable the `github` theme for `Lualine`, simply specify it in your lualine settings:
To enable the `github` theme for `Lualine`, simply specify it in your lualine settings **after theme settings**:

### packer

```lua
use {
"hoob3rt/lualine.nvim",
after = "github-nvim-theme",
config = function()
require("lualine").setup {
options = {
Expand All @@ -16,7 +17,6 @@ use {
}
use {
"projekt0n/github-nvim-theme",
after = "lualine.nvim",
config = function()
require("github-theme").setup({
theme_style = "dark_default"
Expand Down

0 comments on commit 7ed3408

Please sign in to comment.