From 08d930a6bbf776f8d167f47d1c5f9b60ced97ef8 Mon Sep 17 00:00:00 2001 From: Brandon Conway Date: Tue, 13 Jul 2021 14:05:35 -0700 Subject: Fix vsnip_dir typo (#916) --- lua/core/compe.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/core/compe.lua') diff --git a/lua/core/compe.lua b/lua/core/compe.lua index ca8d6394..c8152ad1 100644 --- a/lua/core/compe.lua +++ b/lua/core/compe.lua @@ -34,7 +34,7 @@ M.config = function() end M.setup = function() - vim.g.vsnip_snippet_dir = O.vnsip_dir + vim.g.vsnip_snippet_dir = O.vsnip_dir local status_ok, compe = pcall(require, "compe") if not status_ok then -- cgit v1.2.3