From f518278fb2a6a72fe2c671e97e0cf320e62ed86d Mon Sep 17 00:00:00 2001 From: dogisgreat Date: Sat, 18 Jan 2025 01:03:14 -0500 Subject: [PATCH] oops --- lua/coq.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/coq.lua b/lua/coq.lua index 1d818489..40119a9b 100644 --- a/lua/coq.lua +++ b/lua/coq.lua @@ -2,7 +2,7 @@ COQ = COQ or {} coq = coq or {} coq.validate = (function() - if not vim.fn.has("nvim-0.11") then + if vim.fn.has("nvim-0.11") == 0 then return vim.validate else return function(spec)