mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-18 17:54:28 +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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue