mv luasnip config to others.lua

This commit is contained in:
siduck76
2021-08-28 09:39:38 +05:30
parent d5f4c04424
commit 5db010e870
4 changed files with 15 additions and 13 deletions
-11
View File
@@ -1,11 +0,0 @@
local present, luasnip = pcall(require, "luasnip")
if not present then
return
end
luasnip.config.set_config {
history = true,
updateevents = "TextChanged,TextChangedI",
}
require("luasnip/loaders/from_vscode").load()