neovim-config/lua/plugins/luasnip.lua
Tyler Hallada d23c57c5d0 Switch to new lazy-based config
Still a bit WIP. Gradually adding back old plugins and config from old config.
2023-11-27 01:31:45 -05:00

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,
}