neovim-config/lua/plugins/luasnip.lua

8 lines
192 B
Lua
Raw Normal View History

-- Disable <tab> and <s-tab> behavior in luasnip for supertab: https://www.lazyvim.org/configuration/recipes#supertab
return {
"L3MON4D3/LuaSnip",
keys = function()
return {}
end,
}