We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 182dfe6 commit b3ed6caCopy full SHA for b3ed6ca
lua/keymap/tool.lua
@@ -133,7 +133,7 @@ local plug_map = {
133
["n|<leader>fb"] = map_cu("Telescope buffers"):with_noremap():with_silent():with_desc("find: Buffer opened"),
134
["n|<leader>fs"] = map_cu("Telescope grep_string"):with_noremap():with_silent():with_desc("find: Current word"),
135
["v|<leader>fs"] = map_callback(function()
136
- require("telescope.builtin").grep_string({ search = _buf_vtext() })
+ require("telescope.builtin").grep_string({ search = _buf_vtext() }) -- luacheck: ignore
137
end)
138
:with_noremap()
139
:with_silent()
0 commit comments