1
Fork 0

feat: useless feature which makes the theme change based on an env var

This commit is contained in:
Matei Adriel 2022-03-11 00:49:44 +02:00
parent 2757c649b9
commit a27b90af9e
10 changed files with 48 additions and 37 deletions
dotfiles/neovim/lua/my

View file

@ -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