Skip to content

Commit b3ed6ca

Browse files
chore(ci): ignore linting
1 parent 182dfe6 commit b3ed6ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/keymap/tool.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ local plug_map = {
133133
["n|<leader>fb"] = map_cu("Telescope buffers"):with_noremap():with_silent():with_desc("find: Buffer opened"),
134134
["n|<leader>fs"] = map_cu("Telescope grep_string"):with_noremap():with_silent():with_desc("find: Current word"),
135135
["v|<leader>fs"] = map_callback(function()
136-
require("telescope.builtin").grep_string({ search = _buf_vtext() })
136+
require("telescope.builtin").grep_string({ search = _buf_vtext() }) -- luacheck: ignore
137137
end)
138138
:with_noremap()
139139
:with_silent()

0 commit comments

Comments
 (0)