diff --git a/lua/custom/telescope.lua b/lua/custom/telescope.lua index 176c974..cb0b92e 100644 --- a/lua/custom/telescope.lua +++ b/lua/custom/telescope.lua @@ -22,3 +22,4 @@ set("n", "fa", function() builtin.find_files({ follow = true, no_ignore = true, hidden = true, file_ignore_patterns = { '.git,node_modules' } }) end) set("n", "ff", function() builtin.find_files({ follow = true, no_ignore = true, hidden = true }) end) +set("n", "fm", function() builtin.treesitter({ symbols = "method" }) end)