make sure we are safely setting termguicolors
This commit is contained in:
@ -27,7 +27,9 @@ o.shiftwidth = tabwidth
|
|||||||
o.softtabstop = tabwidth
|
o.softtabstop = tabwidth
|
||||||
|
|
||||||
-- colorscheme
|
-- colorscheme
|
||||||
o.termguicolors = true
|
if vim.fn.has("termguicolors") then
|
||||||
|
o.termguicolors = true
|
||||||
|
end
|
||||||
misc.colorscheme('mellow')
|
misc.colorscheme('mellow')
|
||||||
|
|
||||||
-- better editing -------------------------------------------------------------
|
-- better editing -------------------------------------------------------------
|
||||||
|
Reference in New Issue
Block a user