fix: apply jump_type only if the definition file is different from the current file (#2324)
This commit is contained in:
@@ -24,3 +24,11 @@ globals = {
|
||||
read_globals = {
|
||||
"vim",
|
||||
}
|
||||
|
||||
files = {
|
||||
["lua/telescope/builtin/init.lua"] = {
|
||||
ignore = {
|
||||
"631", -- allow line len > 120
|
||||
}
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user