make sure we are safely setting termguicolors
This commit is contained in:
parent
527e3af442
commit
ad76983d96
1 changed files with 3 additions and 1 deletions
|
|
@ -27,7 +27,9 @@ o.shiftwidth = tabwidth
|
||||||
o.softtabstop = tabwidth
|
o.softtabstop = tabwidth
|
||||||
|
|
||||||
-- colorscheme
|
-- colorscheme
|
||||||
|
if vim.fn.has("termguicolors") then
|
||||||
o.termguicolors = true
|
o.termguicolors = true
|
||||||
|
end
|
||||||
misc.colorscheme('mellow')
|
misc.colorscheme('mellow')
|
||||||
|
|
||||||
-- better editing -------------------------------------------------------------
|
-- better editing -------------------------------------------------------------
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue