Snippets in config dir (#661)

* Update init.lua

* Update init.lua

* Update init.lua

* Update default-config.lua
This commit is contained in:
PZ31k0nauT 2021-07-04 17:42:42 +02:00 committed by GitHub
parent 8d2ef2dfbb
commit 6a09208590
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View file

@ -4,6 +4,8 @@
local M = {}
vim.g.vsnip_snippet_dir = O.vnsip_dir
M.config = function()
opt = {
enabled = O.auto_complete,