vim: fix colorizer
condition
This commit is contained in:
parent
a054a3a894
commit
e1618b5484
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
|||
local M = { 'norcalli/nvim-colorizer.lua' }
|
||||
|
||||
M.cond = vim.opt.termguicolors:get()
|
||||
M.cond = function(--[[plugin]]_)
|
||||
return vim.o.termguicolors
|
||||
end
|
||||
|
||||
M.event = {
|
||||
'BufReadPost',
|
||||
|
|
Loading…
Add table
Reference in a new issue