about summary refs log tree commit diff stats
path: root/modules/by-name/nv/nvim/plgs/luasnip/lua/luasnip.lua
blob: a05fa57f26214488fe7297acd5b80aef2ae79f4a (plain) (blame)
1
2
3
4
5
6
7
require("luasnip").config.set_config({
  -- Enable auto triggered snippets
  enable_autosnippets = true,

  -- Use Tab (or some other key if you prefer) to trigger visual selection
  store_selection_keys = "<Tab>",
})