fix: apply jump_type only if the definition file is different from the current file (#2324)

This commit is contained in:
Luyu Huang
2023-02-19 20:32:37 +08:00
committed by GitHub
parent 443e5a6802
commit 5d9658c39d
4 changed files with 43 additions and 24 deletions

View File

@@ -24,3 +24,11 @@ globals = {
read_globals = {
"vim",
}
files = {
["lua/telescope/builtin/init.lua"] = {
ignore = {
"631", -- allow line len > 120
}
},
}