Skip to content

Commit

Permalink
Merge pull request marko-cerovac#51 from rti/fix-setting-terminal-colors
Browse files Browse the repository at this point in the history
fix: setting terminal colors
  • Loading branch information
marko-cerovac authored Aug 15, 2021
2 parents 7e6f834 + 3c32e1a commit 99dd5e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lua/material/util.lua
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ function util.load()
local plugins = material.loadPlugins()
local lsp = material.loadLSP()

if vim.g.material_disable_teminal == false then
material.loadTerminal()
end
if vim.g.material_disable_terminal == false then
material.loadTerminal()
end

for group, colors in pairs(plugins) do
util.highlight(group, colors)
Expand Down

0 comments on commit 99dd5e8

Please sign in to comment.