mirror of
https://github.com/halfdan/dotfiles.git
synced 2025-04-26 20:35:40 +00:00
8 lines
179 B
Lua
8 lines
179 B
Lua
local luasnip = require('luasnip')
|
|
luasnip.config.set_config {
|
|
history = true,
|
|
updateevents = "TextChanged,TextChangedI"
|
|
}
|
|
|
|
require("luasnip/loaders/from_vscode").lazy_load()
|