Tyler Hallada
1bd905a6bf
Still a bit WIP. Gradually adding back old plugins and config from old config.
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,
|
|
}
|