feat: dynamic theming attempt
This commit is contained in:
parent
18c51ecc13
commit
2757c649b9
18 changed files with 120 additions and 30 deletions
dotfiles/neovim/lua/my/plugins
|
@ -2,7 +2,7 @@ local M = {}
|
|||
|
||||
function M.setup()
|
||||
require('lualine').setup({
|
||||
theme = "github",
|
||||
theme = vim.g.lualineTheme,
|
||||
|
||||
-- Integration with other plugins
|
||||
extensions = {"nvim-tree"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue