projekt0n / github-nvim-theme

GitHub's Neovim themes
MIT License
2.07k stars 106 forks source link

Issues matching theme with lualine #225

Closed steakhutzeee closed 1 year ago

steakhutzeee commented 1 year ago

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 commented 1 year ago

Try a new revision on main after 4d5a4ce881d5d412b7f10f6b2fc7b3531a5138cc.

ful1e5 commented 1 year ago

Closing due to inactivity. Can reopen later.