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
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
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

View file

@ -10,7 +10,7 @@ O = {
line_wrap_cursor_movement = true,
transparent_window = false,
format_on_save = true,
vnsip_dir = vim.fn.stdpath "config" .. "/snippets",
vsnip_dir = vim.fn.stdpath "config" .. "/snippets",
default_options = {
backup = false, -- creates a backup file