mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-08-09 12:25:34 +02:00
fix(luasnip): don't set remap=true for <tab>
. Fixes #44
This commit is contained in:
parent
46dba8f67e
commit
87c37f287b
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ local Util = require("lazy.core.util")
|
|||
|
||||
local M = {}
|
||||
|
||||
M.root_patterns = { ".git", "/lua" }
|
||||
M.root_patterns = { ".git", "lua" }
|
||||
|
||||
---@param on_attach fun(client, buffer)
|
||||
function M.on_attach(on_attach)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue