Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues matching theme with lualine #225

Closed
steakhutzeee opened this issue Jan 5, 2023 · 2 comments
Closed

Issues matching theme with lualine #225

steakhutzeee opened this issue Jan 5, 2023 · 2 comments

Comments

@steakhutzeee
Copy link

steakhutzeee commented Jan 5, 2023

Hello,

i have installed lualine and set it up this way to have the matching theme with this plugin:

use {
  'nvim-lualine/lualine.nvim',
  requires = {'nvim-tree/nvim-web-devicons', opt = true},
}

use 'projekt0n/github-nvim-theme'

--[github-theme]--
require('github-theme').setup({
  theme_style = "dark_default",
  --sidebars = {"qf", "vista_kind", "terminal", "packer"},
  dark_sidebar = false,
})

--[lualine]--
require('lualine').setup()

this way looks like it's working but noted the following:

1- If i put require('github-theme').setup({[...]}) after require('lualine').setup()

then lualine loads but the theme is not picked.

2- Following details in this page https://github.com/projekt0n/github-nvim-theme/blob/main/LUALINE.md i have a bunch of errors about lualine module not found because when i add after = "github-nvim-theme" then lualine itself is moved from /start to /opt. Don't know why this happens.

@ful1e5
Copy link
Member

ful1e5 commented May 3, 2023

Try a new revision on main after 4d5a4ce.

@ful1e5
Copy link
Member

ful1e5 commented May 7, 2023

Closing due to inactivity. Can reopen later.

@ful1e5 ful1e5 closed this as completed May 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants