about summary refs log tree commit diff stats
path: root/hm/soispha/conf/nvim/plgs/luasnip/lua/luasnip.lua
blob: 0a603692750862d3e9af6c3964b9c22cfd89ad5a (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>";
})