about summary refs log tree commit diff stats
path: root/home-manager/soispha/config/neovim/nixvim/plugins/luasnip/lua/luasnip.lua
blob: c7707c693d94bd6bee4df7c976bf321e19c24e40 (plain) (blame)
1
2
3
4
5
6
7
8
9
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>",
})