feat: useless feature which makes the theme change based on an env var
This commit is contained in:
parent
2757c649b9
commit
a27b90af9e
10 changed files with 48 additions and 37 deletions
dotfiles/neovim/lua/my
|
@ -31,9 +31,6 @@ function M.setup()
|
|||
|
||||
-- Set leader
|
||||
helpers.global("mapleader", "<Space>")
|
||||
|
||||
-- Set theme
|
||||
-- require('github-theme').setup({theme_style = "light", dark_float = true, transparent = true})
|
||||
end
|
||||
|
||||
return M
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue