mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-20 10:45:14 +02:00
Fix vsnip_dir typo (#916)
This commit is contained in:
parent
127359e431
commit
08d930a6bb
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue