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