Fix vsnip_dir typo (#916)

This commit is contained in:
Brandon Conway 2021-07-13 14:05:35 -07:00 committed by GitHub
parent 127359e431
commit 08d930a6bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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